Skip to content

Commit

Permalink
included modules all together
Browse files Browse the repository at this point in the history
  • Loading branch information
elorest committed Aug 17, 2017
1 parent 7f7afa9 commit cb03b50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Jasper::Helpers

TODO: Write a description here

Yeah!
## Installation

TODO: Write installation instructions here
Expand Down
4 changes: 3 additions & 1 deletion src/jasper.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require "./jasper/*"

module Jasper
# TODO Put your code here
include Jasper::Helpers::Tags
include Jasper::Helpers::Forms
include Jasper::Helpers::Links
end
2 changes: 1 addition & 1 deletion src/jasper/helpers/links.cr
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ module Jasper::Helpers::Links
content(:button, body, {:type => "submit"})
end
end
end
end

0 comments on commit cb03b50

Please sign in to comment.