Class: DocumentationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- DocumentationController
- Defined in:
- app/controllers/documentation_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 |
# File 'app/controllers/documentation_controller.rb', line 3 def index end |
#show ⇒ Object
6 7 8 |
# File 'app/controllers/documentation_controller.rb', line 6 def show render "documentation/#{params[:id]}" end |