Method: FeatureSetting::FsFeature.respond_to_missing?

Defined in:
lib/feature_setting/orm/active_record/fs_feature.rb

.respond_to_missing?(*args) ⇒ Boolean

Returns:

  • (Boolean)


22
23
24
# File 'lib/feature_setting/orm/active_record/fs_feature.rb', line 22

def respond_to_missing?(*args)
  true
end