Skip to content

Commit

Permalink
Remove unused method argument
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarburger committed May 9, 2012
1 parent 21f6cde commit 43c0f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/leadlight/representation.rb
Expand Up @@ -21,7 +21,7 @@ def apply_all_tints
self
end

def exception(message=exception_message)
def exception
return super if defined?(super)
case __response__.status.to_i
when 404 then ResourceNotFound
Expand Down

0 comments on commit 43c0f7a

Please sign in to comment.