Class: Miniblog::Admin::BaseController
- Inherits:
-
Miniblog::ApplicationController
- Object
- ApplicationController
- Miniblog::ApplicationController
- Miniblog::Admin::BaseController
- Defined in:
- app/controllers/miniblog/admin/base_controller.rb
Direct Known Subclasses
AssetsController, PostsController, PreviewController, StatesController, TransitionsController
Instance Method Summary collapse
Methods inherited from Miniblog::ApplicationController
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Miniblog::ApplicationController
Instance Method Details
#after_post_is_saved ⇒ Object
6 7 |
# File 'app/controllers/miniblog/admin/base_controller.rb', line 6 def after_post_is_saved end |