Class: Spyme::LocationsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Spyme::LocationsController
- Defined in:
- app/controllers/spyme/locations_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'app/controllers/spyme/locations_controller.rb', line 3 def create if location.valid? head 201 store_in_session(location) else head 400 end end |