Sha256: 5fad127ba803158e49180356a89ae26a5d806b98a8409e39a88d71d668d8da59
Contents?: true
Size: 345 Bytes
Versions: 4
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 = 50 end
Version data entries
4 entries across 4 versions & 1 rubygems