Sha256: 4bfea014fe47efd4d6460700f10f8855f0b6f4c934836754ce0078b5c7f414c5

Contents?: true

Size: 548 Bytes

Versions: 7

Compression:

Stored size: 548 Bytes

Contents

EffectiveEvents.setup do |config|
  config.events_table_name = :events
  config.event_tickets_table_name = :event_tickets
  config.event_registrants_table_name = :event_registrants
  config.event_registrations_table_name = :event_registrations

  # Layout Settings
  # Configure the Layout per controller, or all at once
  # config.layout = { application: 'application', admin: 'admin' }

  # Event Settings
  # config.event_registrations_class_name = 'Effective::EventRegistration'

  config.per_page = 10

  config.use_effective_roles = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_events-0.1.6 config/effective_events.rb
effective_events-0.1.5 config/effective_events.rb
effective_events-0.1.4 config/effective_events.rb
effective_events-0.1.3 config/effective_events.rb
effective_events-0.1.2 config/effective_events.rb
effective_events-0.1.1 config/effective_events.rb
effective_events-0.1.0 config/effective_events.rb