6 lines
159 B
Ruby
6 lines
159 B
Ruby
module ArtistCommentaryVersionsHelper
|
|
def artist_commentary_versions_listing_type
|
|
params.dig(:search, :post_id).present? ? :revert : :standard
|
|
end
|
|
end
|