RailsGirls:多态关联和单表继承
此存储库包含名称类似的的基本应用程序。
先决条件
-
安装了Ruby 2。最新版本是2.1.5,但任何2.xx版本都可以。
-
安装了Ruby sqlite3 gem。
-
安装了Ruby bundler gem。
安装步骤
-
$ git clone [仓库地址]
-
$ cd railsgirls-polymorphic-associations-and-single-table-inheritance
-
$ bundle install
-
$ bundle exec rake db:migrate
-
$ bundle exec rails server
在打开网络浏览器后,您可以访问应用程序。
暂无评论