class IgnoreRoles < ActiveRecord::Migration def self.up # Do nothing. This should be handled outside of the plugin (by your host application). end def self.down # Do nothing. This should be handled outside of the plugin (by your host application). end end