Class: MarkItUpController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- MarkItUpController
- Defined in:
- lib/generators/templates/app/controllers/mark_it_up_controller.rb
Instance Method Summary collapse
Instance Method Details
#preview ⇒ Object
3 4 5 |
# File 'lib/generators/templates/app/controllers/mark_it_up_controller.rb', line 3 def preview render :action => "preview", :layout => false end |