module Apotomo::Rails::ControllerMethodsLoader
Lazy-loads Apotomo
support into controllers when needed.
Public Instance Methods
has_widgets(*args, &block)
click to toggle source
# File lib/apotomo/rails/controller_methods.rb, line 8 def has_widgets(*args, &block) include ControllerMethods has_widgets(*args, &block) end