Class: AtomicView::ModelsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AtomicView::ModelsController
- Defined in:
- app/controllers/atomic_view/models_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
5 6 7 |
# File 'app/controllers/atomic_view/models_controller.rb', line 5 def create redirect_back(fallback_location: lookbook_path) end |