class ActiveDynamic::NullProvider
Public Class Methods
new(model)
click to toggle source
# File lib/active_dynamic/null_provider.rb, line 4 def initialize(model) end
Public Instance Methods
call()
click to toggle source
# File lib/active_dynamic/null_provider.rb, line 7 def call [] end