Sha256: 0b365d28971cc1a29a79055d593ffd4200da6b086e5ca00eed994909f6dfba25
Contents?: true
Size: 267 Bytes
Versions: 41
Compression:
Stored size: 267 Bytes
Contents
class <%= grid_class_name %> include Datagrid scope do <%= grid_model_name %> end filter(:id, :integer) filter(:created_at, :date, :range => true) column(:id) column(:name) column(:created_at) do |model| model.created_at.to_date end end
Version data entries
41 entries across 41 versions & 1 rubygems