module StrongMigrations::AlphabetizeColumns

Public Instance Methods

columns(*args) click to toggle source
Calls superclass method
# File lib/strong_migrations/alphabetize_columns.rb, line 3
def columns(*args)
  super.sort_by(&:name)
end
extensions(*args) click to toggle source
Calls superclass method
# File lib/strong_migrations/alphabetize_columns.rb, line 7
def extensions(*args)
  super.sort
end