From 7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 1 Mar 2009 15:33:17 +0100 Subject: created empty user controller --- app/views/user/create.html.erb | 2 ++ app/views/user/destroy.html.erb | 2 ++ app/views/user/edit.html.erb | 2 ++ app/views/user/index.html.erb | 2 ++ app/views/user/new.html.erb | 2 ++ app/views/user/show.html.erb | 2 ++ app/views/user/update.html.erb | 2 ++ 7 files changed, 14 insertions(+) create mode 100644 app/views/user/create.html.erb create mode 100644 app/views/user/destroy.html.erb create mode 100644 app/views/user/edit.html.erb create mode 100644 app/views/user/index.html.erb create mode 100644 app/views/user/new.html.erb create mode 100644 app/views/user/show.html.erb create mode 100644 app/views/user/update.html.erb (limited to 'app/views') 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 @@ +

User#create

+

Find me in app/views/user/create.html.erb

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 @@ +

User#destroy

+

Find me in app/views/user/destroy.html.erb

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 @@ +

User#edit

+

Find me in app/views/user/edit.html.erb

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 @@ +

User#index

+

Find me in app/views/user/index.html.erb

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 @@ +

User#new

+

Find me in app/views/user/new.html.erb

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 @@ +

User#show

+

Find me in app/views/user/show.html.erb

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 @@ +

User#update

+

Find me in app/views/user/update.html.erb

-- cgit v1.3