Sha256: 8e097be5b7ef1442439bbb2a6222a9e05b40eba3b9f23ce519af7fd33e423834
Contents?: true
Size: 556 Bytes
Versions: 70
Compression:
Stored size: 556 Bytes
Contents
Lalala::Markdown::Preview.hookup ActiveAdmin.setup do |config| # Set a default site title config.site_title = [ "Lalala", Rails.application.class.name.sub(/^Client/, '').split("::").first.titlecase, ].join(' - ') if !Rails.env.production? config.site_title += " (#{Rails.env.to_s.titlecase})" end # Set the root namespace to /lalala config.default_namespace = :lalala # Disable the comments config.allow_comments = false # Set the custom views config.view_factory.register :title_bar => Lalala::Views::TitleBar end
Version data entries
70 entries across 70 versions & 1 rubygems