Skip to content

Commit

Permalink
Merge pull request #17 from JimmyMcKegger/beer-migration
Browse files Browse the repository at this point in the history
migrate
  • Loading branch information
JimmyMcKegger authored Apr 3, 2024
2 parents aaf70a7 + 5038c8b commit 6e053ae
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 6e053ae

Please sign in to comment.