Sha256: 333d59dff8939a113157964e029a6cfee399e465f3786e192db9f41cfd34b3d3

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

FeatherCms::Config.init do |c|
  #Note: For basic authentication
  c.authentication = {name: 'feather', password: 'password'}
  #Note: For before filter
  #c.authentication = :authenticate_user!
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
feather_cms-0.0.5.2 lib/generators/feather_cms/templates/initializer.rb
feather_cms-0.0.5.1 lib/generators/feather_cms/templates/initializer.rb
feather_cms-0.0.5 lib/generators/feather_cms/templates/initializer.rb