summaryrefslogtreecommitdiff
path: root/lib/postrunner/RecordListPageView.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/postrunner/RecordListPageView.rb')
-rw-r--r--lib/postrunner/RecordListPageView.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/RecordListPageView.rb b/lib/postrunner/RecordListPageView.rb
index 8cd2497..7ca974a 100644
--- a/lib/postrunner/RecordListPageView.rb
+++ b/lib/postrunner/RecordListPageView.rb
@@ -33,7 +33,7 @@ module PostRunner
# @param page_count [Fixnum] Number of total pages
# @param page_index [Fixnum] Index of the page
def initialize(ffs, records, page_count, page_index)
- #@unit_system = ffs.store['config']['unit_system']
+ #@unit_system = ffs.store['config']['unit_system'].to_sym
@records = records
views = ffs.views