lib/view_mixins/table.rb in it-logica-application-backbone-0.1.7 vs lib/view_mixins/table.rb in it-logica-application-backbone-0.1.8
- old
+ new
@@ -1,6 +1,8 @@
-module ViewMixins::Table
- def table_for(settings)
- #settings
- render :partial => '/helpers/build_table', :layout => false, :locals => {:settings => settings}
+module ViewMixins
+ module Table
+ def table_for(settings)
+ #settings
+ render :partial => '/helpers/build_table', :layout => false, :locals => {:settings => settings}
+ end
end
end
\ No newline at end of file