Module: FastVersioning::FastVersioned

Extended by:
ActiveSupport::Concern
Defined in:
lib/fast_versioning/fast_versioned.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#fast_versions_for(name) ⇒ Object



25
26
27
# File 'lib/fast_versioning/fast_versioned.rb', line 25

def fast_versions_for(name)
  fast_versions.where(name: name)
end