translation.rb

来自「A Hotel Management System based on Ruby 」· RB 代码 · 共 10 行

RB
10
字号
module Globalize # :nodoc:
  class Translation < ActiveRecord::Base  # :nodoc:
    set_table_name "globalize_translations"    

    def self.reloadable?; false end

    belongs_to :language
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?