Class: NewsmastMastodon::ServerSetting

Inherits:
ApplicationRecord show all
Defined in:
app/models/newsmast_mastodon/server_setting.rb

Class Method Summary collapse

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