summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-01 15:33:17 +0100
committerhukl <contact@smyck.org>2009-03-01 15:33:17 +0100
commit7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd (patch)
tree03820820e0ba41f1babfa9748f1581cd3f724012 /app/views
parent9843bfc6f0451ab71b552eb92deeb29a173ae665 (diff)
created empty user controller
Diffstat (limited to 'app/views')
-rw-r--r--app/views/user/create.html.erb2
-rw-r--r--app/views/user/destroy.html.erb2
-rw-r--r--app/views/user/edit.html.erb2
-rw-r--r--app/views/user/index.html.erb2
-rw-r--r--app/views/user/new.html.erb2
-rw-r--r--app/views/user/show.html.erb2
-rw-r--r--app/views/user/update.html.erb2
7 files changed, 14 insertions, 0 deletions
diff --git a/app/views/user/create.html.erb b/app/views/user/create.html.erb
new file mode 100644
index 0000000..4ceeba1
--- /dev/null
+++ b/app/views/user/create.html.erb
@@ -0,0 +1,2 @@
1<h1>User#create</h1>
2<p>Find me in app/views/user/create.html.erb</p>
diff --git a/app/views/user/destroy.html.erb b/app/views/user/destroy.html.erb
new file mode 100644
index 0000000..a328fb9
--- /dev/null
+++ b/app/views/user/destroy.html.erb
@@ -0,0 +1,2 @@
1<h1>User#destroy</h1>
2<p>Find me in app/views/user/destroy.html.erb</p>
diff --git a/app/views/user/edit.html.erb b/app/views/user/edit.html.erb
new file mode 100644
index 0000000..21cbe9f
--- /dev/null
+++ b/app/views/user/edit.html.erb
@@ -0,0 +1,2 @@
1<h1>User#edit</h1>
2<p>Find me in app/views/user/edit.html.erb</p>
diff --git a/app/views/user/index.html.erb b/app/views/user/index.html.erb
new file mode 100644
index 0000000..c825aaf
--- /dev/null
+++ b/app/views/user/index.html.erb
@@ -0,0 +1,2 @@
1<h1>User#index</h1>
2<p>Find me in app/views/user/index.html.erb</p>
diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb
new file mode 100644
index 0000000..8e6ddd5
--- /dev/null
+++ b/app/views/user/new.html.erb
@@ -0,0 +1,2 @@
1<h1>User#new</h1>
2<p>Find me in app/views/user/new.html.erb</p>
diff --git a/app/views/user/show.html.erb b/app/views/user/show.html.erb
new file mode 100644
index 0000000..301bd6e
--- /dev/null
+++ b/app/views/user/show.html.erb
@@ -0,0 +1,2 @@
1<h1>User#show</h1>
2<p>Find me in app/views/user/show.html.erb</p>
diff --git a/app/views/user/update.html.erb b/app/views/user/update.html.erb
new file mode 100644
index 0000000..01ff3a6
--- /dev/null
+++ b/app/views/user/update.html.erb
@@ -0,0 +1,2 @@
1<h1>User#update</h1>
2<p>Find me in app/views/user/update.html.erb</p>