Class: TestServer::StaticController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- TestServer::StaticController
- Defined in:
- app/controllers/test_server/static_controller.rb
Instance Method Summary collapse
Methods included from WebHelper
#configure_caching, #encode, #generate_eicar, #generate_random_string, #generate_string
Instance Method Details
#index ⇒ Object
5 6 7 8 |
# File 'app/controllers/test_server/static_controller.rb', line 5 def index I18n.t('views.root.link'), :root_path I18n.t('views.static.link'), :static_path end |