Module: Cell::Rails::Rendering
- Included in:
- Cell::Rails
- Defined in:
- lib/cell/rails.rb
Instance Method Summary collapse
-
#render_state(state, *args) ⇒ Object
Invoke the state method for
statewhich usually renders something nice.
Instance Method Details
#render_state(state, *args) ⇒ Object
Invoke the state method for state which usually renders something nice.
29 30 31 |
# File 'lib/cell/rails.rb', line 29 def render_state(state, *args) process(state, *args) end |