Class: MarkItUpController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/generators/templates/app/controllers/mark_it_up_controller.rb

Instance Method Summary collapse

Instance Method Details

#previewObject



3
4
5
# File 'lib/generators/templates/app/controllers/mark_it_up_controller.rb', line 3

def preview
  render :action => "preview", :layout => false
end