Method: FeatureSetting::FsFeature.reset_features!
- Defined in:
- lib/feature_setting/orm/active_record/fs_feature.rb
.reset_features! ⇒ Object
80 81 82 83 |
# File 'lib/feature_setting/orm/active_record/fs_feature.rb', line 80 def reset_features! self.where(klass: klass).destroy_all init_features! end |