change plugins.private_flag to public_flag

This commit is contained in:
Lee Lawlor
2014-10-16 10:43:21 -04:00
parent 75ac3db89a
commit e9ad17f5f4
11 changed files with 57 additions and 50 deletions

View File

@ -5,7 +5,7 @@ FactoryGirl.define do
html = "<html/>"
css = "<style/>"
js = "<script/>"
private_flag = true
# association :user
public_flag = false
end
end