Class: Concealer::Fallback

Inherits:
Object
  • Object
show all
Defined in:
lib/concealer/fallback.rb

Defined Under Namespace

Classes: Nil, Paperclip, String

Instance Method Summary collapse

Instance Method Details

#call(model, method, args) ⇒ Object



8
9
10
# File 'lib/concealer/fallback.rb', line 8

def call(model, method, args)
  raise "The fallback must implement #call(model, method, args)"
end