Module: Protected
- Extended by:
- ActionView::Context, ActionView::Helpers, ERB::Util
- Defined in:
- lib/clot/protected.rb
Class Method Summary collapse
Class Method Details
.config ⇒ Object
16 17 18 |
# File 'lib/clot/protected.rb', line 16 def config @controller end |
.config=(controller) ⇒ Object
12 13 14 |
# File 'lib/clot/protected.rb', line 12 def config=(controller) @controller = controller end |
.controller ⇒ Object
20 21 22 |
# File 'lib/clot/protected.rb', line 20 def controller @controller end |