每天的 1%
筆記一些每天學習到的東西,希望一年可以至少筆記 365 篇,一天 1% 一年就可以進步 37.8 倍
2018年2月27日 星期二
rails table_name_prefix
```rb
module Snapshot
def self.table_name_prefix
'snapshot_'
end
end
```
```rb
class Snapshot::Schedule < ActiveRecord::Base
end
```
會使用 snapshot_schesules table
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言