Skip to content

Commit

Permalink
Merge pull request #288 from Orbyt/patch-1
Browse files Browse the repository at this point in the history
Adds a comment.
  • Loading branch information
jnunemaker committed Sep 19, 2017
2 parents 2990da9 + 5761282 commit 1e7fbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/active_record/basic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
require 'generators/flipper/templates/migration'
CreateFlipperTables.up

# Requires the flipper-active_record gem to be installed.
require 'flipper/adapters/active_record'

adapter = Flipper::Adapters::ActiveRecord.new
flipper = Flipper.new(adapter)

Expand Down

0 comments on commit 1e7fbb5

Please sign in to comment.