hey,
thank a lot for that gem it's awesome!
just a tiny little problem...
i have set:
class StaticsController < ApplicationController
liquify :layout => :false
end
in my controller, but it doesent seam to work. i get the liquified rendered action but without an layout.... but i can set workaround with setting
render :layout => "application"
in every action.
to make it work.
i have rails 2.3.5
thx a lot!
hey,
thank a lot for that gem it's awesome!
just a tiny little problem...
i have set:
in my controller, but it doesent seam to work. i get the liquified rendered action but without an layout.... but i can set workaround with setting
in every action.
to make it work.
i have rails 2.3.5
thx a lot!