Class: Apipony::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/apipony/application_controller.rb', line 3

def index
  @documentation = Apipony::Documentation
end