Sha256: 2ab289571398d383fda8a7cd2fa59f620bd7895b4fdd6484c6dfa5be718bd97e

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

AjaxPagination.config do |config|
  # uncomment to change default loading image file, located in assets/images.
  config.loading_image = "myajax-loader.gif"

  # whether javascript warnings are on, these present themselves as alerts
  # by default, warnings are active only if the environment is development
  # to configure by environment otherwise, this configuration needs to be added to the environment specific files
  # uncomment to turn warnings on in all environments
  # config.warnings = true
  # or to turn off in all environments
  # config.warnings = false
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ajax_pagination-0.3.0 spec/rails_app/config/initializers/ajax_pagination.rb
ajax_pagination-0.2.0 spec/rails_app/config/initializers/ajax_pagination.rb