This website requires JavaScript.
Explore
Help
Sign In
BitGoblin
/
stage-manager
Watch
1
Star
0
Fork
0
You've already forked stage-manager
Code
Issues
Pull Requests
Packages
Projects
Releases
4
Wiki
Activity
2305a8a300
stage-manager
/
lib
/
models
/
channel.rb
10 lines
99 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added Sequel migrations and models for videos and channels; Fixed database name in Rakefile and defaults config file
2023-03-03 13:05:01 -05:00
class
Channel
<
Sequel
::
Model
one_to_many
:videos
Added channel and video models, views, and routes
2023-03-03 14:19:20 -05:00
def
openProjects
(
)
return
0
end
Added Sequel migrations and models for videos and channels; Fixed database name in Rakefile and defaults config file
2023-03-03 13:05:01 -05:00
end
Reference in New Issue
Copy Permalink