class Rails::Generators::SerializerGenerator
def association_names
def association_names attributes.select { |attr| attr.reference? }.map { |a| a.name.to_sym } end
def association_names attributes.select { |attr| attr.reference? }.map { |a| a.name.to_sym } end