class HomeAction
Public Instance Methods
start()
click to toggle source
# File lib/cramp/generators/templates/application/app/actions/home_action.rb, line 7 def start render "Hello World!" finish end
# File lib/cramp/generators/templates/application/app/actions/home_action.rb, line 7 def start render "Hello World!" finish end