Skip to content

Commit

Permalink
Allow other resource overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Jun 5, 2012
1 parent 00194ec commit 615afd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_model/serializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = "0.5.1"
VERSION = "0.5.2"
end
end
1 change: 1 addition & 0 deletions lib/active_model_serializers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Railtie < Rails::Railtie
app ||= Rails.application # Rails 3.0.x does not yield `app`

Rails::Generators.configure!(app.config.generators)
Rails::Generators.hidden_namespaces.uniq!
require "generators/resource_override"
end

Expand Down

0 comments on commit 615afd1

Please sign in to comment.