Today I Learned

hashrocket A Hashrocket project

Require file outside of load path

If an Elixir module hasn't been compiled/loaded already, we can't just require/import/use it. Use:

Code.require_file "foo.exs", __DIR__
See More #elixir TILs
Looking for help? At Hashrocket, we 💜 Elixir! From our many Elixir client projects, to sponsoring the Chicago Elixir Meetup, to the source code for this application, we are invested in this community. Contact us today to talk about your Elixir project.