Module: CommonDataCaching::Callbacks

Extended by:
ActiveSupport::Concern
Defined in:
lib/common_data_caching/callbacks.rb

Instance Method Summary collapse

Instance Method Details

#common_data_caching?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/common_data_caching/callbacks.rb', line 10

def common_data_caching?
  true
end