Module: Goldberg::Controller

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
7
8
# File 'lib/six-updater-web/vendor/plugins/goldberg/lib/goldberg/controller.rb', line 3

def self.included(base)
  base.class_eval do
    base.append_view_path(["#{RAILS_ROOT}/vendor/plugins/goldberg/app/views"])
    base.layout "application"
  end
end