Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleotoo committed Jun 4, 2012
1 parent c946265 commit 1b2640a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web_dev/rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ Rails 3.1
*Reference: https://github.com/sferik/rails_admin/blob/master/app/assets/stylesheets/rails_admin/imports.css.scss.erb*
* Create a controller for the Application root/index:
* Create a controller for the Application root/index:
```bash
$ rm public/index.html
$ rails generate controller main index
$ vim config/routes.rb
+ root :to => 'main#index'
```
```bash
$ rm public/index.html
$ rails generate controller main index
$ vim config/routes.rb
+ root :to => 'main#index'
```
2. [anjlab/bootstrap-rails](https://github.com/anjlab/bootstrap-rails)
Expand Down

0 comments on commit 1b2640a

Please sign in to comment.