This website requires JavaScript.
Explore
Help
Sign in
gunghogeoduck
/
osem-fcy
Watch
1
Star
0
Fork
You've already forked osem-fcy
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e26181e1ec
osem-fcy
/
db
/
migrate
/
20200710215300_add_url_to_rooms.rb
6 lines
111 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add the ability for Rooms to have a URL. The URL is shown on the schedule and the event/proposal page. The URL is only when a user is logged in and registered.
2020-07-10 20:18:10 -07:00
class
AddUrlToRooms
<
ActiveRecord
::
Migration
[
5
.
2
]
def
change
Tweak Materials to allow anything
2020-07-10 22:03:51 -07:00
add_column
:rooms
,
:url
,
:string
Add the ability for Rooms to have a URL. The URL is shown on the schedule and the event/proposal page. The URL is only when a user is logged in and registered.
2020-07-10 20:18:10 -07:00
end
end
Reference in a new issue
Copy permalink