Class: Stratagem::Instrumentation::Models::Detect
- Defined in:
- lib/stratagem/instrumentation/models/detect.rb
Direct Known Subclasses
Authentication::Authlogic::Detect, Authentication::Devise::Detect, Authentication::RestfulAuthentication::Detect, Persistence::ActiveRecord::Detect, Persistence::Common::Detect, Persistence::FriendlyId::Detect, SupportLibraries::StateMachine::Detect
Class Method Summary collapse
Class Method Details
.supports?(model) ⇒ Boolean
3 4 5 |
# File 'lib/stratagem/instrumentation/models/detect.rb', line 3 def self.supports?(model) false end |