8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I tried to show some fields just on the edit form using
if f.object.id.nil? f.input :password end
or
if f.object.new_record? f.input :password end
But it didn't showed any fields in the edit form.