Class: ForumSite
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ForumSite
- Defined in:
- app/models/forum_site.rb
Defined Under Namespace
Classes: UndefinedError
Class Method Summary collapse
-
.site ⇒ Object
There is only one forum site per account ——————————————————————————.
Instance Method Summary collapse
-
#ordered_forums ⇒ Object
——————————————————————————.
Class Method Details
.site ⇒ Object
There is only one forum site per account
18 19 20 |
# File 'app/models/forum_site.rb', line 18 def self.site ForumSite.first end |
Instance Method Details
#ordered_forums ⇒ Object
23 24 25 |
# File 'app/models/forum_site.rb', line 23 def ordered_forums forums end |