This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
akkoma
Watch
1
Star
0
Fork
You've already forked akkoma
1
mirror of
https://github.com/jtomchak/akkoma.git
synced
2025-01-20 06:36:07 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f7cd9131d4
akkoma
/
test
/
web
/
admin_api
History
Egor Kislitsyn
1b3d921921
change
Repo.get(User, id)
=>
User.get_by_id(id)
2019-04-02 17:01:26 +07:00
..
admin_api_controller_test.exs
change
Repo.get(User, id)
=>
User.get_by_id(id)
2019-04-02 17:01:26 +07:00
search_test.exs
Add more user filters + move search to its own module
2019-03-27 03:51:59 +05:00