Class: Admin::ChatsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Admin::ChatsController
- Includes:
- Effective::CrudController
- Defined in:
- app/controllers/admin/chats_controller.rb
Instance Method Summary collapse
Instance Method Details
#permitted_params ⇒ Object
8 9 10 |
# File 'app/controllers/admin/chats_controller.rb', line 8 def permitted_params params.require(:effective_chat).permit! end |