From 111829573d1c048d4c4c4e4d98b114eba9c28196 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 19 Feb 2009 22:40:27 +0100 Subject: adding the admin controller and his friends --- app/views/admin/index.html.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/admin/index.html.erb (limited to 'app/views/admin') diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb new file mode 100644 index 0000000..0a9874f --- /dev/null +++ b/app/views/admin/index.html.erb @@ -0,0 +1,5 @@ +

Admin#index

+

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

+ + +<%= link_to 'nodes', :controller => :nodes, :action => :index %> \ No newline at end of file -- cgit v1.3