Class: InfoController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- InfoController
- Defined in:
- lib/teststuff/app/controllers/info_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
7 8 9 |
# File 'lib/teststuff/app/controllers/info_controller.rb', line 7 def create @info = Info.new(params[:info]) end |
#new ⇒ Object
3 4 5 |
# File 'lib/teststuff/app/controllers/info_controller.rb', line 3 def new @info = Info.new end |