Sha256: bc48b4839b308908263665ff4db998080cd17aea979740e9fea65fc51e50f3bd
Contents?: true
Size: 236 Bytes
Versions: 12
Compression:
Stored size: 236 Bytes
Contents
class CreateAvatarsForRails<%= file_name.camelize %> < ActiveRecord::Migration def up add_attachment :<%= file_name.tableize %>, :logo end def self.down remove_attachment :<%= file_name.tableize %>, :logo end end
Version data entries
12 entries across 12 versions & 1 rubygems