Class: Pageflow::FileUsage

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/pageflow/file_usage.rb

Instance Method Summary collapse

Instance Method Details

#configurationObject



8
9
10
# File 'app/models/pageflow/file_usage.rb', line 8

def configuration
  super || {}
end

#copy_to(revision) ⇒ Object



12
13
14
# File 'app/models/pageflow/file_usage.rb', line 12

def copy_to(revision)
  revision.file_usages << dup
end