class AddHeaderLogoToLibraryGroup < ActiveRecord::Migration[4.2] def change add_attachment :library_groups, :header_logo end end