Class: Addressbook::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/addressbook/application_controller.rb

Direct Known Subclasses

ContactsController, GroupsController

Instance Method Summary collapse

Instance Method Details

#current_addressbook_accountObject



7
8
9
# File 'app/controllers/addressbook/application_controller.rb', line 7

def 
  @current_addressbook_account = send("current_#{Addressbook.user_class.to_s.underscore}").
end