Skip to content

liquify :layout => false does not work #1

@fluxsaas

Description

@fluxsaas

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions