From 933199499f9adfa0347783c538a10b88ffb1b98b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Apr 2014 20:56:43 -0400 Subject: run ./generate.sh --- app/assets/javascripts/static.js.coffee | 3 --- app/assets/stylesheets/static.css.scss | 3 --- app/controllers/static_controller.rb | 2 -- app/helpers/static_helper.rb | 2 -- 4 files changed, 10 deletions(-) delete mode 100644 app/assets/javascripts/static.js.coffee delete mode 100644 app/assets/stylesheets/static.css.scss delete mode 100644 app/controllers/static_controller.rb delete mode 100644 app/helpers/static_helper.rb (limited to 'app') diff --git a/app/assets/javascripts/static.js.coffee b/app/assets/javascripts/static.js.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/static.js.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# 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/static.css.scss b/app/assets/stylesheets/static.css.scss deleted file mode 100644 index 5a803c8..0000000 --- a/app/assets/stylesheets/static.css.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the static controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/controllers/static_controller.rb b/app/controllers/static_controller.rb deleted file mode 100644 index c6df11e..0000000 --- a/app/controllers/static_controller.rb +++ /dev/null @@ -1,2 +0,0 @@ -class StaticController < ApplicationController -end diff --git a/app/helpers/static_helper.rb b/app/helpers/static_helper.rb deleted file mode 100644 index 8cfc9af..0000000 --- a/app/helpers/static_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module StaticHelper -end -- cgit v1.2.3-54-g00ecf