Skip to content

Commit

Permalink
sortable value for websites
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Jan 21, 2014
1 parent 2c91f91 commit 25cfca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/formbuilder/response_field_website.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@ def normalize_response(value, all_responses)
end
end

def sortable_value(value)
value[0..20]
end

end
end

0 comments on commit 25cfca4

Please sign in to comment.