Rebrand to mozo.bar
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user