Removed not longer needed params.
This commit is contained in:
parent
9ae1e69bd6
commit
ac8c88e67a
1 changed files with 0 additions and 4 deletions
|
@ -1476,8 +1476,6 @@ Channel.create_if_not_exists(
|
||||||
|
|
||||||
network = Network.create_if_not_exists(
|
network = Network.create_if_not_exists(
|
||||||
:name => 'base',
|
:name => 'base',
|
||||||
:updated_by_id => 1,
|
|
||||||
:created_by_id => 1,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
Network::Category::Type.create_if_not_exists(
|
Network::Category::Type.create_if_not_exists(
|
||||||
|
@ -1488,8 +1486,6 @@ Network::Category::Type.create_if_not_exists(
|
||||||
)
|
)
|
||||||
Network::Category::Type.create_if_not_exists(
|
Network::Category::Type.create_if_not_exists(
|
||||||
:name => 'Question',
|
:name => 'Question',
|
||||||
:updated_by_id => 1,
|
|
||||||
:created_by_id => 1,
|
|
||||||
)
|
)
|
||||||
Network::Category::Type.create_if_not_exists(
|
Network::Category::Type.create_if_not_exists(
|
||||||
:name => 'Bug Report',
|
:name => 'Bug Report',
|
||||||
|
|
Loading…
Reference in a new issue