Skip to content

Commit

Permalink
ActiveSupport 3.2.2 doesn't seem to include the inflector by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Mar 30, 2012
1 parent c8cdddc commit 23a0e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rein.rb
Expand Up @@ -7,6 +7,7 @@ module Constraint


require "active_record" require "active_record"
require "active_support/core_ext/hash" require "active_support/core_ext/hash"
require "active_support/inflector"


require "rein/constraint/primary_key" require "rein/constraint/primary_key"
require "rein/constraint/foreign_key" require "rein/constraint/foreign_key"
Expand Down

0 comments on commit 23a0e46

Please sign in to comment.