Skip to content

Commit

Permalink
Revert f4e1781, because the bug in rails which required it has now be…
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Oct 16, 2008
1 parent f4e1781 commit 9e0340e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ardes/resources_controller.rb
Expand Up @@ -824,10 +824,6 @@ def find(*args, &block)
resource_specification.find ? resource_specification.find_custom(controller) : super
end

def new(*args, &block)
service.new(*args, &block)
end

def respond_to?(method)
super || service.respond_to?(method)
end
Expand Down

0 comments on commit 9e0340e

Please sign in to comment.