Class: TryApi::PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- TryApi::PagesController
- Defined in:
- app/controllers/try_api/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/try_api/pages_controller.rb', line 5 def index @project = ConfigParser.read end |