search for: manage_catalog

Displaying 1 result from an estimated 1 matches for "manage_catalog".

2008 Jan 30
1
Can before_filter using Proc and specify block ?
...gst&q=passing+parameter+before_filter#8252c90cb9c36f6d it can specify the Proc in the before_filter function, but when specify when action apply this filter, it raise an syntax error, such as rthe following code before_filter {|controller| c.send(:catalog_access, [current_user])}, :only=>[:manage_catalog] Will raise an syntax error app/controllers/catalogs_controller.rb:7: syntax error, unexpected '','', expecting kEND before_filter {|controller| c.send(:catalog_access, [current_user])}, :only=>[:manage_catalog] Is before_filter using Proc can specify which action to filtering...