aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinery/blog/configuration.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/refinery/blog/configuration.rb')
-rw-r--r--lib/refinery/blog/configuration.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/refinery/blog/configuration.rb b/lib/refinery/blog/configuration.rb
index 5780a3e..0f00501 100644
--- a/lib/refinery/blog/configuration.rb
+++ b/lib/refinery/blog/configuration.rb
@@ -3,14 +3,12 @@ module Refinery
include ActiveSupport::Configurable
config_accessor :validate_source_url, :comments_per_page, :posts_per_page,
- :post_teaser_length, :approximate_ascii, :strip_non_ascii, :share_this_key
+ :post_teaser_length, :share_this_key
self.validate_source_url = false
self.comments_per_page = 10
self.posts_per_page = 10
self.post_teaser_length = 250
- self.approximate_ascii = false
- self.strip_non_ascii = false
self.share_this_key = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
end
end