Skip to content

Commit

Permalink
Update Rails development example to 4.1 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce committed Jul 8, 2014
1 parent 1373bf7 commit 6a29037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ run MyApp
In `config/environments/development.rb`

```ruby
MyApp::Application.configure do
Rails.application.configure do
config.rack_dev_mark.enable = true
end
```
Expand Down

0 comments on commit 6a29037

Please sign in to comment.