Module: Rubyblok::Mixins::ModelCacheClass
- Extended by:
- ActiveSupport::Concern
- Included in:
- Webhook, StoryblokHelper
- Defined in:
- lib/rubyblok/mixins/model_cache_class.rb
Instance Method Summary collapse
Instance Method Details
#model_cache_class ⇒ Object
10 11 12 |
# File 'lib/rubyblok/mixins/model_cache_class.rb', line 10 def model_cache_class Rubyblok.configuration.model_name.classify.constantize end |