diff app/helpers/pastes_helper.rb @ 380:2ddd61aca2c8

I18n. And refactor paste privacy settings form.
author nanaya <me@myconan.net>
date Sun, 07 Jun 2015 02:45:49 +0900
parents 7c7b7906ebd9
children 91dabc034389
line wrap: on
line diff
--- a/app/helpers/pastes_helper.rb	Sun Jun 07 02:35:12 2015 +0900
+++ b/app/helpers/pastes_helper.rb	Sun Jun 07 02:45:49 2015 +0900
@@ -11,4 +11,8 @@
       end
     end
   end
+
+  def paste_privacy_options
+    { "public" => "0", "private" => "1" }
+  end
 end