Skip to content

Commit

Permalink
Refactor Hanami::Welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Jan 24, 2016
1 parent 7b87e9e commit bf2b3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hanami/welcome.rb
Expand Up @@ -5,7 +5,7 @@

module Hanami
class Welcome
def initialize(app)
def initialize(_app)
@root = Pathname.new(__dir__).join('templates').realpath
end

Expand Down

0 comments on commit bf2b3c7

Please sign in to comment.