Sha256: 9774a9c49359a6b6015172dc10a3c6d63cf18814fbdb1fb8dc4a43502f4d25aa

Contents?: true

Size: 167 Bytes

Versions: 8

Compression:

Stored size: 167 Bytes

Contents

class Authentications::EventsController < ApplicationController
  def index
    @events = Current.<%= singular_table_name %>.events.order(created_at: :desc)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
authentication-zero-2.11.2 lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt
authentication-zero-2.11.1 lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt
authentication-zero-2.11.0 lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt
authentication-zero-2.10.0 lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt
authentication-zero-2.9.3 lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt
authentication-zero-2.9.2 lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt
authentication-zero-2.9.1 lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt
authentication-zero-2.9.0 lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt