Sha256: 6a999762d56ce597640edb7cbbbacd3a10531d99718dfce69933efbd02a67b3d
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
class ModifyUsers < 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