Module: Lucy::Common
- Defined in:
- lib/lucy/common.rb
Class Method Summary collapse
Class Method Details
.included(controller) ⇒ Object
4 5 6 |
# File 'lib/lucy/common.rb', line 4 def self.included(controller) controller.send(:before_filter, :generate_common_javascript) end |