active_model_serializers/lib/active_model/serializer/version.rb
Steve Klabnik 729a823868 Getting started: attributes.
Super super basic collection of attributes. Nothing fancy.
2014-07-09 16:16:39 -04:00

6 lines
70 B
Ruby

module ActiveModel
class Serializer
VERSION = "0.9.0"
end
end