fangtingting
12/17/2017 - 8:16 AM

Module代码示例

模块代码示例

# 模块
module Hr
  # 这个命名空间下model的对应的表的前缀
  def self.table_name_prefix
    'hr_'
  end
end