OSDN Git Service

fix:
[pettanr/pettanr.git] / app / assets / javascripts / locmare / profiler / association / has_many.js.coffee
index 1805c60..64c4f36 100644 (file)
@@ -11,6 +11,9 @@ class Locmare.ProfilerModule.AssociationModule.HasMany extends Backbone.View
       action.path_name(), action.name, \r
       {id: @item().get('id'), page: 1, page_size: 3}\r
     )\r
+    @pager = new Locmare.ListGroupModule.LibModule.PagerModule.More({\r
+      params: {controller: action.path_name(), action: action.name, id: @item().get('id')}\r
+    })\r
   \r
   clear: () ->\r
     this.$el.html('')\r