Created
August 5, 2011 21:14
-
-
Save boxxxie/1128542 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
(helper-macro menubuttons :Field :Type :Collation :Attributes :Null :Default :Extra :Action) | |
;produces | |
(defstruct menubuttons-fields :Field :Type :Collation :Attributes :Null :Default :Extra :Action ) | |
(def *menubuttons-csv-file* "data/menubuttons.csv") | |
(defn fetch-menubuttons-data [] (load-data-from-csv *menubuttons-csv-file* inventory-fields)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment