Flowdock
method

rails_app?

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::Mapper::Base
rails_app?(app) private

No documentation

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

Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 639
          def rails_app?(app)
            app.is_a?(Class) && app < Rails::Railtie
          end
Register or log in to add new notes.