Skip to content

Commit

Permalink
Merge pull request adzap#95 from will-ob/fix/require-active-model
Browse files Browse the repository at this point in the history
Require 'active_model'
  • Loading branch information
adzap committed Apr 26, 2013
2 parents df9677f + 609fafe commit dd3b6b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/validates_timeliness/validator.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'active_model'
require 'active_model/validator'

module ValidatesTimeliness
Expand Down

0 comments on commit dd3b6b5

Please sign in to comment.