mirror of
https://github.com/Siphonay/mastodon
synced 2025-02-12 12:24:46 +00:00
08dce5e607
* @object is not needed * Remove unneeded dependencies * Do not call private method * Prefer #respond_to_missing? over #respond_to? `#respond_to?` doesn't support `User.settings.method(:method_name)` * Use find_or_initialize_by instead of