Displaying 2 results from an estimated 2 matches for "dershow".
Did you mean:
usershow
2007 Jan 11
1
Nice UI Tabs - based on a click
Hi:
I have a piece of UI, basically tabs. The number of tabs will be
variable. the tab itself will contain fields that will change
depending on the tab (pretty standard). The UI could be Ajax-like, or
just nice scriptaculous, or whatever works. Can someone point me in
the right direction? Also, I''m a newbie, so simple is better, although
of course I''m willing to figure
2008 Oct 25
2
Update action | NoMethodError | nil.to_sym
Ok, totally no reason why I''m getting an error in this model update
and no other. HELP!
CONTROLLER:
# GET /employees/1/edit
def edit
@employee = Employees.find(params[:id])
end
VIEW:
<h1>Edit Employee</h1>
<div id="main-sub">
<%= error_messages_for :employees %>
<% form_for(@employee) do |f| %>
<table width="600"