Class: AdminWidgets::ScopesWidget
- Inherits:
-
BaseWidget
- Object
- Erector::Widget
- BaseWidget
- AdminWidgets::ScopesWidget
- Defined in:
- lib/admin_widgets/scopes_widget.rb
Defined Under Namespace
Classes: Scope
Instance Method Summary collapse
- #content ⇒ Object
-
#scope(name, options = {}) ⇒ Object
DSL methods.
Methods inherited from BaseWidget
#capture, #content_block, #helper, #method_missing, #root
Methods included from Memoization
Methods included from Delegation
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class AdminWidgets::BaseWidget
Instance Method Details
#content ⇒ Object
4 5 6 7 8 |
# File 'lib/admin_widgets/scopes_widget.rb', line 4 def content div :class => 'scopes' do content_block end end |