Class: Panel::InboundEmailsController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- ApplicationController
- PanelController
- BaseController
- Panel::InboundEmailsController
- Defined in:
- app/controllers/com/panel/inbound_emails_controller.rb
Constant Summary
Constants included from RailsCom::Application
RailsCom::Application::LOCALE_MAP
Instance Method Summary collapse
Methods included from RailsCom::Application
#current_title, #default_form_params, #default_params, #json_format?, #set_country, #set_flash, #set_locale, #set_timezone, #set_variant
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/com/panel/inbound_emails_controller.rb', line 5 def index @inbound_emails = ActionMailbox::InboundEmail.page(params[:page]) end |