(sess db.Session)
| 935 | } |
| 936 | |
| 937 | func (r *issue602Organization) Store(sess db.Session) db.Store { |
| 938 | return issue602OrganizationStore{sess.Collection("issue_602_organizations")} |
| 939 | } |
| 940 | |
| 941 | var _ interface { |
| 942 | db.Record |
nothing calls this directly
no test coverage detected