Skip to content

Commit

Permalink
Using %[] as @DAddYE suggested.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darío Javier Cravero committed Mar 26, 2013
1 parent 3666fb2 commit 215fbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-core/lib/padrino-core/application/routing.rb
Expand Up @@ -64,7 +64,7 @@ def process_destination_path(path, env)

# @private
class Route
VALID_HTTP_VERBS.replace %w{GET POST PUT PATCH DELETE HEAD OPTIONS LINK UNLINK}
VALID_HTTP_VERBS.replace %w[GET POST PUT PATCH DELETE HEAD OPTIONS LINK UNLINK]

attr_accessor :use_layout, :controller, :action, :cache, :cache_key, :cache_expires_in, :parent

Expand Down

0 comments on commit 215fbfa

Please sign in to comment.