summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-22 09:00:54 -0700
committermo khan <mo@mokhan.ca>2014-02-22 09:00:54 -0700
commit42a7b9e904f304de6f1a1b399de2868a3fc045c7 (patch)
tree2b50a1eed5d9ff1613fef4b55785dfa45be62cf1
parent69fa85b4e6184eba33dc40901551fb7f0a57fbbb (diff)
remove unused files.
-rw-r--r--README.md9
-rw-r--r--app/helpers/application_helper.rb2
-rw-r--r--app/views/layouts/application.html.erb14
3 files changed, 0 insertions, 25 deletions
diff --git a/README.md b/README.md
index e8076f5..4f7d65e 100644
--- a/README.md
+++ b/README.md
@@ -99,19 +99,10 @@ LicenseStatus (flyweight, state)
#### todo
* error handling
-* finish json views
- * add well statuses and well types to json response.
* rename license to well license
-* add applicant name to users
-* update deploy script to seed db.
-* update license status to use a hash
* add pagination to company licenses controller
-* remove action mailer
* update application controller to inherit directly from metal controllers
* move secret token to env variable
-* delete
- * application_helper
- * application.html.erb
#### nice to haves
* simplecov
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
deleted file mode 100644
index de6be79..0000000
--- a/app/helpers/application_helper.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-module ApplicationHelper
-end
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
deleted file mode 100644
index e6fe263..0000000
--- a/app/views/layouts/application.html.erb
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>CodeChallengeMo</title>
- <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
- <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
- <%= csrf_meta_tags %>
-</head>
-<body>
-
-<%= yield %>
-
-</body>
-</html>