We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00194ec commit 615afd1Copy full SHA for 615afd1
lib/active_model/serializers/version.rb
@@ -1,5 +1,5 @@
1
module ActiveModel
2
class Serializer
3
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
4
end
5
lib/active_model_serializers.rb
@@ -11,6 +11,7 @@ class Railtie < Rails::Railtie
11
app ||= Rails.application # Rails 3.0.x does not yield `app`
12
13
Rails::Generators.configure!(app.config.generators)
14
+ Rails::Generators.hidden_namespaces.uniq!
15
require "generators/resource_override"
16
17
0 commit comments