added timestamps to rails admin

This commit is contained in:
2016-04-22 11:23:20 +02:00
parent 1482d3d4ec
commit 0d528ae8ff
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -18,6 +18,8 @@ RailsAdmin.config do |config|
field :language
field :support
field :li_membership
field :created_at
field :updated_at
end
end