Class: DocumentationController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
# File 'app/controllers/documentation_controller.rb', line 3

def index
end

#showObject



6
7
8
# File 'app/controllers/documentation_controller.rb', line 6

def show
  render "documentation/#{params[:id]}"
end