Skip to content

Conversation

@siddhant3030
Copy link

To make this work you have to define certain things in config.exs file

config :spur,
  ecto_repos: [AppName.Repo],
  repo: AppName.Repo,
  audience_module: AppName.User,
  activities_table_name: "activity",
  uuid_primary_key_enabled: true,
  audience_assoc_name: :activities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant