Module: Rampart::Strategy
- Defined in:
- lib/rampart/strategy.rb
Instance Method Summary collapse
Instance Method Details
#authenticate!(req) ⇒ Object
8 9 10 |
# File 'lib/rampart/strategy.rb', line 8 def authenticate!(req) fail! end |
#valid?(req) ⇒ Boolean
12 13 14 |
# File 'lib/rampart/strategy.rb', line 12 def valid?(req) true end |