Cross Reference:
xref
: /
pkg
/
src
/
tests
/
api
/
t_api_search.py
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
permission.rb revision 8c1be7aa00ddeb367fac5d3e8574429a301dbeb7
FactoryGirl.define
do
factory
:
permission
do
role
{
"owner"
}
association
:
subject
, :
factory
=> :
user
association
:
item
, :
factory
=> :
ontology
end
end