Sha256: 0eb4b0b2bdef4c83f3dab948c376388d06ed9043f9acfcffc00180b69ef5f311
Contents?: true
Size: 678 Bytes
Versions: 3
Compression:
Stored size: 678 Bytes
Contents
# Configure RailsBlogEngine here. # Which application layout should we use to render the blog? #Rails.application.config.rails_blog_engine.layout = 'application' # If you want to activate the built-in spam filter, visit http://akismet.com/ # and sign up for an API key. Rails.application.config.rakismet.key = ENV['RAKISMET_KEY'] # The URL of your blog, for use by Akismet's spam filter. Rails.application.config.rakismet.url = ENV['RAKISMET_URL'] # Disable the Akismet middleware, because it isn't needed by # rails_blog_engine. If you use Akismet elsewhere in your application, you # may to set this back to true. Rails.application.config.rakismet.use_middleware = false
Version data entries
3 entries across 2 versions & 1 rubygems