Flowdock
method

reading_request?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: DatabaseSelector
reading_request?(request) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/middleware/database_selector.rb, line 70
        def reading_request?(request)
          request.get? || request.head?
        end
Register or log in to add new notes.