Skip to content

Commit

Permalink
Merge pull request #1 from Femaref/master
Browse files Browse the repository at this point in the history
Single-line block
  • Loading branch information
artemave committed Apr 6, 2012
2 parents f0de790 + df59584 commit c04710d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ require 'net/http'
require 'uri'

class TheSmallestRailsApp < Rails::Application
routes.append do
root to: 'hello#world'
end
routes.append { root to: 'hello#world' }

config.secret_token = 'not so secret but long enough to please rails'
config.logger = Logger.new STDOUT
Expand Down

0 comments on commit c04710d

Please sign in to comment.