mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-05 02:59:40 +02:00
Remove seeds_development.json
This commit is contained in:
parent
72ee583516
commit
dc4a281d31
2 changed files with 0 additions and 6 deletions
priv/repo
|
@ -1 +0,0 @@
|
|||
{}
|
|
@ -23,11 +23,6 @@ defmodule Philomena.DevSeeds do
|
|||
def seed() do
|
||||
{:ok, _} = Application.ensure_all_started(:plug)
|
||||
|
||||
# resources =
|
||||
# "priv/repo/seeds/seeds_development.json"
|
||||
# |> File.read!()
|
||||
# |> Jason.decode!()
|
||||
|
||||
communications =
|
||||
"priv/repo/seeds/dev/communications.json"
|
||||
|> File.read!()
|
||||
|
|
Loading…
Add table
Reference in a new issue