class ActiveAdmin::Generators::Boilerplate

def assignable_attributes

def assignable_attributes
  attributes - %w(id created_at updated_at)
end