Sha256: ffcbfae5620f88c25bc67ff8e34a28c216b4c0382e145c11b2c228aac6bccc9d
Contents?: true
Size: 180 Bytes
Versions: 11
Compression:
Stored size: 180 Bytes
Contents
class CreatePathsForSections def self.up WebsiteSection.all.each do |section| section.update_path! end end def self.down #remove data here end end
Version data entries
11 entries across 11 versions & 1 rubygems