aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinery/blog/configuration.rb
blob: aa1264a6ccd608afa7fcca4b8e9465b36f997178 (plain) (blame)
1
2
3
4
5
6
7
8
9
module Refinery
  module Blog
    include ActiveSupport::Configurable

    config_accessor :validate_source_url

    self.validate_source_url = false
  end
end