Skip to content

Commit

Permalink
Remove reference to ActiveSupport callback.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed May 11, 2018
1 parent 911ec79 commit ce22a0e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Expand Up @@ -92,15 +92,7 @@ rake db:migrate

### Without Rails

If you want to use Gutentag outside of Rails, you can. However, there are two caveats:

* You'll want to invoke this code once ActiveRecord's connected to the database:

```ruby
ActiveSupport.run_load_hooks :gutentag
```

* And you'll want to set up your database with the same schema (as importing in the migrations isn't possible without Rails). The schema from 0.7.0 onwards is below:
If you want to use Gutentag outside of Rails, you can. However, there is one caveat: You'll want to set up your database with the same schema (as importing in the migrations isn't possible without Rails). The schema from 0.7.0 onwards is below:

```Ruby
create_table :gutentag_taggings do |t|
Expand Down

0 comments on commit ce22a0e

Please sign in to comment.