spur icon indicating copy to clipboard operation
spur copied to clipboard

Activity tracking for Ecto

Results 2 spur issues
Sort by recently updated
recently updated
newest added

This lets others use `spur ` in their projects even when they use `:uuid` for their primary key.

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 ```