rubocop: fix various style issues.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module ArtistVersionsHelper
|
||||
def artist_versions_listing_type
|
||||
params.dig(:search, :artist_id).present? && CurrentUser.is_member? ? :revert : :standard
|
||||
(params.dig(:search, :artist_id).present? && CurrentUser.is_member?) ? :revert : :standard
|
||||
end
|
||||
|
||||
def artist_version_other_names_diff(artist_version)
|
||||
|
||||
Reference in New Issue
Block a user