Move version.rb file to serializer directory

This commit is contained in:
Santiago Pastorino
2013-05-16 17:50:12 -07:00
parent 055f8fe33c
commit 35608a8550
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
module ActiveModel
class Serializer
VERSION = "0.8.1"
end
end