Class: Panel::AcmeIdentifiersController

Inherits:
BaseController show all
Defined in:
app/controllers/com/panel/acme_identifiers_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

#indexObject



7
8
9
# File 'app/controllers/com/panel/acme_identifiers_controller.rb', line 7

def index
  @acme_identifiers = @acme_order.acme_identifiers
end