Skip to content

Commit

Permalink
fix: except on
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Aug 24, 2023
1 parent 541cb5b commit b2b9989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def only_on(*where)
def except_on(*where)
show_on_all
normalize_views(where).flatten.each do |view|
show_on_view view
hide_on_view view
end
end

Expand Down

0 comments on commit b2b9989

Please sign in to comment.