Module: Artwork::Controller

Defined in:
lib/artwork/controller.rb

Class Method Summary collapse

Class Method Details

.included(controller) ⇒ Object



3
4
5
6
7
8
# File 'lib/artwork/controller.rb', line 3

def self.included(controller)
  controller.class_eval do
    around_filter :initialize_artwork_env
    helper View
  end
end