Class: Apic::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#custom_headersObject



9
10
11
# File 'app/controllers/apic/application_controller.rb', line 9

def custom_headers
  @custom_headers ||= Apic::custom_headers
end

#endpointsObject



13
14
15
# File 'app/controllers/apic/application_controller.rb', line 13

def endpoints
  @endpoints ||= Apic.endpoints
end

#indexObject



6
7
# File 'app/controllers/apic/application_controller.rb', line 6

def index
end