axiom_selection.rb revision f9328b75002f0a5584b4ec930536fc43e5b56fdc
class_name: 'Axiom',
association_foreign_key: 'sentence_id',
join_table: "axioms_axiom_selections"
# This seems to be the only way to remove the default scope
# (non-imported sentences) from the association
super.where(imported: [true, false])
end
end