Skip to content

Commit

Permalink
migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMcKegger committed Apr 3, 2024
1 parent aaf70a7 commit 5038c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/style.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def self.uncategorised
where(bjcp_category: nil).or(where(overall_impression: nil)).or(where(overall_impression: ''))
end

def commercial_examples
beers.pluck(:name)
end
# def commercial_examples
# beers.pluck(:name)
# end

private

Expand Down

0 comments on commit 5038c8b

Please sign in to comment.