usage

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

TXT
10
字号
Description:
    Generates a new migration that creates and populates the "globalize" db tables.
    All tables are prefixed with "globalize_", so they won't conflict with 
    other application tables. Run 'rake migrate' afterwards to synch the db.

Example:
    ./script/generate globalize

    This will create:
	db/migrate/xxx_globalize.rb

⌨️ 快捷键说明

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