Class: ActiveDynamic::NullProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/active_dynamic/null_provider.rb

Instance Method Summary collapse

Constructor Details

#initialize(model) ⇒ NullProvider

Returns a new instance of NullProvider.



4
5
# File 'lib/active_dynamic/null_provider.rb', line 4

def initialize(model)
end

Instance Method Details

#callObject



7
8
9
# File 'lib/active_dynamic/null_provider.rb', line 7

def call
  []
end