Skip to content

Commit

Permalink
Merge pull request #1 from yasaichi/fix-config-in-readme
Browse files Browse the repository at this point in the history
Fix config suggested in README
  • Loading branch information
praxxis authored Nov 1, 2017
2 parents e86f3c7 + 9582db3 commit e618052
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 @@ -22,7 +22,7 @@ Then create the following file:
# config/initializers/scenic.rb

Scenic.configure do |config|
config.database = Scenic::MySQL::Adapter
config.database = Scenic::Adapters::MySQL.new
end
```

Expand Down

0 comments on commit e618052

Please sign in to comment.