axiom_selection.rb revision 40d9da20e258c7ed57f2b0299732b1925b095cb1
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