Skip to content

Commit

Permalink
Merge pull request #1 from diabolo/master
Browse files Browse the repository at this point in the history
Fix logger for rails 3.2.11
  • Loading branch information
Mark Woods committed Feb 12, 2013
2 parents 5d89073 + 7ded7ad commit 6305027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ciunas/logger.rb
Expand Up @@ -4,6 +4,7 @@ def initialize(app, opts = {})
@app = app
@opts = opts
@opts[:silenced] ||= []
super
end

def call(env)
Expand All @@ -21,4 +22,4 @@ def call(env)
end
end
end
end
end

0 comments on commit 6305027

Please sign in to comment.