Class: Faalis::Dashboard::UserMessagesController
- Inherits:
-
Dashboard::ApplicationController
- Object
- Dashboard::ApplicationController
- Faalis::Dashboard::UserMessagesController
- Defined in:
- app/controllers/faalis/dashboard/user_messages_controller.rb
Instance Method Summary collapse
Instance Method Details
#sent ⇒ Object
8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'app/controllers/faalis/dashboard/user_messages_controller.rb', line 8 def sent model fetch_and_set_all (index_properties) @_tools_buttons = index_properties. || {} @resources = @resources.where(sender: current_user) return if _override_views.include? :index render 'faalis/dashboard/resource/index' end |