class RailsDevTweaks::GranularAutoload::Matchers::AllMatcher

Public Instance Methods

call(request) click to toggle source
# File lib/rails_dev_tweaks/granular_autoload/matchers/all_matcher.rb, line 3
def call(request)
  true
end