Class: Versioner::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/versioner.rb

Instance Method Summary collapse

Instance Method Details

#storage_pathObject



42
43
44
# File 'lib/versioner.rb', line 42

def storage_path
  @storage_path ||= Rails.root.join("config", "versioner.yml")
end

#storage_path=(path) ⇒ Object



46
47
48
# File 'lib/versioner.rb', line 46

def storage_path=(path)
  @storage_path = path
end