Sha256: 0ef00d511c5b6f406ab0274eece9ca5ae1aed5c4602f47c5456179fca444783d
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
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
Version data entries
3 entries across 3 versions & 1 rubygems