route to conference#show for custom domain
This commit is contained in:
parent
edd0024a17
commit
3e7d6e4b04
5 changed files with 26 additions and 3 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddCustomDomainToConferences < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :custom_domain, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue