Class: LoyalCore::JumpsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- LoyalCore::JumpsController
- Defined in:
- app/controllers/loyal_core/jumps_controller.rb
Instance Method Summary collapse
-
#show ⇒ Object
TODO: 增加跳转页面的处理 FIXME: 跳转页面不合理.
Instance Method Details
#show ⇒ Object
TODO: 增加跳转页面的处理FIXME: 跳转页面不合理
6 7 8 |
# File 'app/controllers/loyal_core/jumps_controller.rb', line 6 def show render 'loyal_core/jumps/show', :layout => nil end |