mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 13:44:09 +00:00
Controller test for Conference#show houndci fixes Rebased with single entry for navigation branding Conditional rendering of splash navbar
5 lines
156 B
Ruby
5 lines
156 B
Ruby
class AddRegistrationDescriptionToConference < ActiveRecord::Migration
|
|
def change
|
|
add_column :conferences, :registration_description, :text
|
|
end
|
|
end
|