Skip to content

Commit

Permalink
Merge pull request #890 from JustinAiken/feature/remove_def_serializer
Browse files Browse the repository at this point in the history
Remove unused method `def_serializer`
  • Loading branch information
joaomdmoura committed Apr 28, 2015
2 parents 40d95c2 + cf1c57d commit b82d6f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ def setup
@routes = TestHelper::Routes
end
end

def def_serializer(&block)
Class.new(ActiveModel::Serializer, &block)
end

0 comments on commit b82d6f3

Please sign in to comment.