Rebrand to mozo.bar

This commit is contained in:
2014-08-06 12:58:16 +02:00
parent 99a9536c68
commit 15005f332f
38 changed files with 344 additions and 87 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ class DashboardController < ApplicationController
def table_qr_image
@table = Table.find(params[:table_id])
#code = [get_the_app_url, {table_id: @table.id}.to_json].join('?')
code = "q.qwaiter.com/s?t=#{@table.id}"
code = "q.mozo.bar/s?t=#{@table.id}"
size = RQRCode.minimum_qr_size_from_string(code)
respond_to do |format|
format.html
@@ -46,7 +46,7 @@ class DashboardController < ApplicationController
end
def qr
code = 'qwaiter.com'
code = 'mozo.bar'
respond_to do |format|
format.html
format.png { render qrcode: code, level: :h, unit: 10, size: 7}