summaryrefslogtreecommitdiff
path: root/core/app
diff options
context:
space:
mode:
Diffstat (limited to 'core/app')
-rw-r--r--core/app/assets/images/leap_web_core/.gitkeep0
-rw-r--r--core/app/assets/javascripts/leap_web_core/.gitkeep0
-rw-r--r--core/app/assets/stylesheets/leap_web_core/.gitkeep0
-rw-r--r--core/app/controllers/.gitkeep0
-rw-r--r--core/app/controllers/home_controller.rb5
-rw-r--r--core/app/helpers/.gitkeep0
-rw-r--r--core/app/mailers/.gitkeep0
-rw-r--r--core/app/models/.gitkeep0
-rw-r--r--core/app/views/.gitkeep0
-rw-r--r--core/app/views/home/index.html.haml1
10 files changed, 6 insertions, 0 deletions
diff --git a/core/app/assets/images/leap_web_core/.gitkeep b/core/app/assets/images/leap_web_core/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/assets/images/leap_web_core/.gitkeep
diff --git a/core/app/assets/javascripts/leap_web_core/.gitkeep b/core/app/assets/javascripts/leap_web_core/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/assets/javascripts/leap_web_core/.gitkeep
diff --git a/core/app/assets/stylesheets/leap_web_core/.gitkeep b/core/app/assets/stylesheets/leap_web_core/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/assets/stylesheets/leap_web_core/.gitkeep
diff --git a/core/app/controllers/.gitkeep b/core/app/controllers/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/controllers/.gitkeep
diff --git a/core/app/controllers/home_controller.rb b/core/app/controllers/home_controller.rb
new file mode 100644
index 0000000..7db5397
--- /dev/null
+++ b/core/app/controllers/home_controller.rb
@@ -0,0 +1,5 @@
+
+class HomeController < ApplicationController
+ def index
+ end
+end
diff --git a/core/app/helpers/.gitkeep b/core/app/helpers/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/helpers/.gitkeep
diff --git a/core/app/mailers/.gitkeep b/core/app/mailers/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/mailers/.gitkeep
diff --git a/core/app/models/.gitkeep b/core/app/models/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/models/.gitkeep
diff --git a/core/app/views/.gitkeep b/core/app/views/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/core/app/views/.gitkeep
diff --git a/core/app/views/home/index.html.haml b/core/app/views/home/index.html.haml
new file mode 100644
index 0000000..82f5152
--- /dev/null
+++ b/core/app/views/home/index.html.haml
@@ -0,0 +1 @@
+%h3 Home