Sha256: af333acf1d22f4e633a6d4bf699df38c7c45d12c9957698dd4c2084fa2410481
Contents?: true
Size: 345 Bytes
Versions: 27
Compression:
Stored size: 345 Bytes
Contents
require "#{Rails.root}/lib/keppler_configuration.rb" KepplerConfiguration.setup do |config| # Allows you to choose the devise modules you want to skip # example: [:registrations, :confirmations] config.skip_module_devise = [:registrations] # Allows you to choose the number of rows to show per page config.default_per_page = 10 end
Version data entries
27 entries across 26 versions & 1 rubygems