# File lib/feature/repository/active_record_repository.rb, line 23 def active_features @model.where(active: true).map { |f| f.name.to_sym } end