My app can't find app_width
.
undefined local variable or method
app_width
for #<MainStylesheet
:0x10b563030 ...> (NameError)
class MainStylesheet < ApplicationStylesheet
...
def logo_text(st)
st.image = image.resource('logo-text')
if landscape?
else
st.frame = {t: 250, w: app_width, h: 60, centered: :horizontal}
end
end
end
app_width
is deprecated and has been removed in version 1.2.0.
Use device_width
or screen_width
instead.