Skip to content

Commit

Permalink
Ooops forgot closing parent...
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Aug 31, 2009
1 parent 932d33e commit 9f391ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/adapter/rails.rb
Expand Up @@ -34,7 +34,7 @@ def initialize(options={})
def rack_based?
ActionController.const_defined?(:Dispatcher) &&
(ActionController::Dispatcher.instance_methods.include?(:call)
|| ActionController::Dispatcher.instance_methods.include?("call")
|| ActionController::Dispatcher.instance_methods.include?("call"))
end

def load_application
Expand Down

0 comments on commit 9f391ed

Please sign in to comment.