Class: Monocle::Migration
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Monocle::Migration
- Defined in:
- lib/monocle/migration.rb
Class Method Summary collapse
Class Method Details
.versions ⇒ Object
4 5 6 |
# File 'lib/monocle/migration.rb', line 4 def self.versions all.pluck(:version) end |