Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- lib/widgets.rb
Instance Method Summary collapse
Instance Method Details
#widget(name = '', *a, &b) ⇒ Object
170 171 172 |
# File 'lib/widgets.rb', line 170 def name = '', *a, &b Widget.for_controller self, name, *a, &b end |