Class: Doodle::Channel
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Doodle::Channel
- Defined in:
- app/models/doodle/channel.rb
Defined Under Namespace
Classes: FinderService
Class Method Summary collapse
Class Method Details
.find_protocols_by_channel(name) ⇒ Object
8 9 10 |
# File 'app/models/doodle/channel.rb', line 8 def self.find_protocols_by_channel(name) Channel.find_by_name(name).protocols end |