Skip to content

Commit

Permalink
Merge pull request #56 from sugar-framework/feature/plug-refactor
Browse files Browse the repository at this point in the history
Updated plug. Refactor Router/Controller.
  • Loading branch information
slogsdon committed Dec 24, 2014
2 parents 16fc410 + 4d57f29 commit 625392f
Show file tree
Hide file tree
Showing 21 changed files with 1,406 additions and 1,019 deletions.
4 changes: 3 additions & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use Mix.Config

config :sugar, views_dir: "test/fixtures/templates"
config :sugar,
config_test: [true],
views_dir: "test/fixtures/templates"
Loading

0 comments on commit 625392f

Please sign in to comment.