Class: NewsmastMastodon::ServerSetting
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- NewsmastMastodon::ServerSetting
- Defined in:
- app/models/newsmast_mastodon/server_setting.rb
Class Method Summary collapse
-
.get_long_post(name) ⇒ Object
From posts.
Class Method Details
.get_long_post(name) ⇒ Object
From posts
20 21 22 |
# File 'app/models/newsmast_mastodon/server_setting.rb', line 20 def self.get_long_post(name) find_by(name: name) end |