# File lib/sonnet/rails.rb, line 35 def current_tags current_context.inject([]) do |memo, context| memo + [*context[:tags]].flatten.compact end end