Sha256: cb88b2987dc487c4f2ecef83595232bd571df03cc27ca6d58e29e6fec0764df8
Contents?: true
Size: 251 Bytes
Versions: 10
Compression:
Stored size: 251 Bytes
Contents
# -*- encoding : utf-8 -*- module LoyalCore class JumpsController < ApplicationController # TODO: 增加跳转页面的处理 # FIXME: 跳转页面不合理 def show render 'loyal_core/jumps/show', :layout => nil end end end
Version data entries
10 entries across 10 versions & 1 rubygems