Skip to content

Commit

Permalink
PaperTrail::VERSION should be inspectable
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenezech committed Dec 2, 2013
1 parent 6833a0e commit bb09f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/paper_trail.rb
@@ -1,6 +1,7 @@
require 'paper_trail/config'
require 'paper_trail/has_paper_trail'
require 'paper_trail/cleaner'
require 'paper_trail/version_number'

# Require serializers
Dir[File.join(File.dirname(__FILE__), 'paper_trail', 'serializers', '*.rb')].each { |file| require file }
Expand Down

0 comments on commit bb09f9e

Please sign in to comment.