mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 13:15:17 +01:00
render :partial => filename, :object => @object can be written shorter since rails 2.0 like render :partial => @object or render :partial => @collection Also form_for is smart bout put and post for update and creation. it helps watching older railcasts episodes :-) |
||
|---|---|---|
| .. | ||
| application_helper.rb | ||
| backend_helper.rb | ||
| contexts_helper.rb | ||
| data_helper.rb | ||
| feedlist_helper.rb | ||
| integrations_helper.rb | ||
| login_helper.rb | ||
| mobile_helper.rb | ||
| notes_helper.rb | ||
| preferences_helper.rb | ||
| projects_helper.rb | ||
| recurring_todos_helper.rb | ||
| search_helper.rb | ||
| stats_helper.rb | ||
| todos_helper.rb | ||
| users_helper.rb | ||