Module: Apotomo::Rails::ControllerMethodsLoader

Defined in:
lib/apotomo/rails/controller_methods.rb

Overview

Lazy-loads Apotomo support into controllers when needed.

Instance Method Summary collapse

Instance Method Details

#has_widgets(*args, &block) ⇒ Object



7
8
9
10
# File 'lib/apotomo/rails/controller_methods.rb', line 7

def has_widgets(*args, &block)
  include ControllerMethods
  has_widgets(*args, &block)
end