Class: FeedbacksController
- Inherits:
-
InheritedResources::Base
- Object
- InheritedResources::Base
- FeedbacksController
- Defined in:
- app/controllers/feedbacks_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
2 3 4 5 6 7 8 |
# File 'app/controllers/feedbacks_controller.rb', line 2 def create create! do |format| FeedbackMailer.submit_feedback(@feedback).deliver flash[:notice] = "Thanks for your feedback!" format.html { redirect_to "/" } end end |