instance method
down
Ruby on Rails 3.0.12
Since v3.0.12 Last seen in v3.0.12Signature
down()
No documentation comment.
Source
# File lib/generators/solid_cable/update/templates/db/migrate/create_compact_channel.rb, line 15
def down
change_column :solid_cable_messages, :channel, :text
remove_column :solid_cable_messages, :channel_hash, if_exists: true
change_column :solid_cable_messages, :payload, :text
end
Defined in lib/generators/solid_cable/update/templates/db/migrate/create_compact_channel.rb line 15
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in CreateCompactChannel