Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
radolf-edge committed Apr 27, 2022
1 parent 786ace2 commit 54e6dfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/helpers/spree/notes_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ def noteable_options(selected_value = nil)
end

def noteable_klasses
[Spree::Order, Spree::User, Spree::Product]
[
Spree::Order,
Spree::User,
Spree::Product
]
end
end
end

0 comments on commit 54e6dfb

Please sign in to comment.