Class: Cfp::RanksController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Cfp::RanksController
- Defined in:
- app/controllers/cfp/ranks_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
8 9 10 11 12 13 14 |
# File 'app/controllers/cfp/ranks_controller.rb', line 8 def create @rank = find_or_create_rank @rank.value = params[:value] @rank.save! render :json => @rank end |