| Article: |
Rolling with Ruby on Rails | |
| Subject: | Quick Issue | |
| Date: | 2005-12-13 23:51:08 | |
| From: | valiantsoul | |
| Everything worked great! Except after adding list, index no longer worked. Quick fix was to do a 'ln -s list.rhtml index.rhtml' where list.rhtml lies. | ||
Showing messages 1 through 1 of 1.
-
Quick Issue
2006-03-07 12:24:05 VineetBansal [View]



def index
list
render :action => 'list'
end