Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove UserCategory reliance on ja_resource/canary #958

Merged

Conversation

landongrindheim
Copy link
Contributor

@landongrindheim landongrindheim commented Sep 19, 2017

Remove reliance on ja_resources and canary for UserCategoryController.

References

Closes #914

Progress on: #864

Copy link
Contributor

@begedin begedin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor spelling issue as far as I can see. Will be good to merge as soon as that's resolved.

Don't forget to also rebase and squash.

plug JaResource
@spec index(Conn.t, map) :: Conn.t
def index(%Conn{} = conn, %{} = params) do
with user_categorys <- UserCategory |> Query.id_filter(params) |> Repo.all do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a spelling thing, but it would be user_categories

@landongrindheim landongrindheim force-pushed the 914-user-category-controller branch from efd66e9 to 9c90e97 Compare September 20, 2017 11:55
@landongrindheim
Copy link
Contributor Author

@begedin Thanks for catching that! I rebased, squashed and force pushed to this branch

@landongrindheim landongrindheim force-pushed the 914-user-category-controller branch from 9c90e97 to d67d6db Compare September 20, 2017 12:25
@joshsmith joshsmith merged commit e65116d into code-corps:develop Sep 20, 2017
@joshsmith
Copy link
Contributor

@landongrindheim merged for you to avoid you needing a rebase again.

🙌

@landongrindheim landongrindheim deleted the 914-user-category-controller branch October 10, 2017 08:01
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.

3 participants