This should work:

Camping.goes :Xmas

module Xmas::Controllers
  class Index
    def get
      render :index
    end
  end
end

__END__

@@ index.erb
Hello <%= 'world' %>

// Magnus Holm


On Sun, Dec 22, 2013 at 10:26 PM, Tim Uckun <timuc...@gmail.com> wrote:
> How can I use something other than markaby for my views? My understanding is
> that markaby is very slow.
>
> Thanks.
>
> _______________________________________________
> Camping-list mailing list
> Camping-list@rubyforge.org
> http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to