mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-04 10:25:48 +00:00
Adding failing specs for issue #48 Proposition of implementation for #48 Readme update Rollback travis
5 lines
77 B
Ruby
5 lines
77 B
Ruby
module Grape
|
|
module ActiveModelSerializers
|
|
VERSION = '1.4.0'
|
|
end
|
|
end
|