change plugins.private_flag to public_flag
This commit is contained in:
@ -5,7 +5,7 @@ FactoryGirl.define do
|
||||
html = "<html/>"
|
||||
css = "<style/>"
|
||||
js = "<script/>"
|
||||
private_flag = true
|
||||
# association :user
|
||||
public_flag = false
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user