Browse Source

Update rails admin

pull/2539/head
Manny Dinssa 2 years ago
parent
commit
037e6a6b8d
  1. 2
      config/initializers/rails_admin.rb

2
config/initializers/rails_admin.rb

@ -36,7 +36,7 @@ RailsAdmin.config do |config|
help "Required. Specify the type of log associated with this variable: 'lettings' or 'sales'." help "Required. Specify the type of log associated with this variable: 'lettings' or 'sales'."
end end
field :year do field :year do
help "Required. Specify the year this definition should be available from. This definition will be used in future years unless superseded by a newer definition." help "Required. Specify the year this definition should be available from. This definition will be used in subsequent years unless superseded by a newer definition."
end end
end end
end end

Loading…
Cancel
Save