hzamani / acts_as_relation

Multi table Inheritance for rails
http://hzamani.github.com/acts_as_relation/
MIT License
180 stars 58 forks source link

Move version.rb into acts_as_relation directory #81

Closed SkylerLipthay closed 10 years ago

SkylerLipthay commented 10 years ago

As it is, with version.rb in the root of lib/:

$ irb
irb(main):001:0> require 'version'
=> true
irb(main):002:0> ActiveRecord::ActsAsRelation::VERSION
=> "1.1.2"
hzamani commented 10 years ago

Moved, Thanks