Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gcapizzi committed Jul 3, 2013
1 parent cf18f46 commit db17bde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/actions.rb
Expand Up @@ -87,8 +87,7 @@ def call(env)
class CreateAccount < Action
def call(env)
params = req(env).params
params = filter_params(params)
account = repository.create(params)
account = repository.create(filter_params(params))

if account
body = renderer.render(account)
Expand Down

0 comments on commit db17bde

Please sign in to comment.