Created
October 22, 2016 13:55
-
-
Save bnhansn/d30738bf348185e9fac9470edaa199e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defmodule Sling.Repo do | |
| use Ecto.Repo, otp_app: :sling | |
| use Scrivener, page_size: 25 | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment