Skip to content

Commit

Permalink
Fix syntax for ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Apr 3, 2013
1 parent 19d9b38 commit 91a0900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sequel_rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Railtie < Rails::Railtie
"Sequel::Plugins::RailsExtensions::ModelNotFound" => :not_found,
"Sequel::NoMatchingRow" => :not_found,
"Sequel::ValidationFailed" => :unprocessable_entity,
"Sequel::NoExistingObject" => :unprocessable_entity,
"Sequel::NoExistingObject" => :unprocessable_entity
)

config.sequel = ActiveSupport::OrderedOptions.new
Expand Down

0 comments on commit 91a0900

Please sign in to comment.