8000 Showing fields just on "create" or "edit forms" · Issue #887 · activeadmin/activeadmin · GitHub
[go: up one dir, main page]

Skip to content
Showing fields just on "create" or "edit forms" #887
Closed
@toptierlabs

Description

@toptierlabs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0