Sha256: c84acc58bb3c18e3f4eaa220bd6830110da3b4ef23664ff08163891b44feb201
Contents?: true
Size: 293 Bytes
Versions: 8
Compression:
Stored size: 293 Bytes
Contents
<%= will_filter_tag(@event_users)%> <%= will_filter_table_tag(@event_users, :columns => [ :id, [:event_id, :value => lambda{|e| e.event.name}, :filterable => true], [:user_id, { :value => lambda{|e| e.user.name}, :filterable => true, :title => 'User Name' }], :created_at ]) %>
Version data entries
8 entries across 8 versions & 1 rubygems