diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-02 14:53:10 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-02 14:53:10 -0400 |
commit | f9a4ee4e998f5f113565a93802c041108e9a180d (patch) | |
tree | 453534c6ee9b38d921266f92ac02e7e740a7856c /app/assets | |
parent | a2de6b22a720671b796c88c694db905665fda142 (diff) |
now ran generate without ger
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/remote_usernames.js.coffee | 3 | ||||
-rw-r--r-- | app/assets/stylesheets/remote_usernames.css.scss | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/javascripts/remote_usernames.js.coffee b/app/assets/javascripts/remote_usernames.js.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/remote_usernames.js.coffee @@ -0,0 +1,3 @@ +# Place all the behaviors and hooks related to the matching controller here. +# All this logic will automatically be available in application.js. +# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/stylesheets/remote_usernames.css.scss b/app/assets/stylesheets/remote_usernames.css.scss new file mode 100644 index 0000000..b9e841e --- /dev/null +++ b/app/assets/stylesheets/remote_usernames.css.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the remote_usernames controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ |