Sha256: 0991d7215ac41c1d674341f4591a627ae90c91b75f2b2e7bccf12d82c761fa18
Contents?: true
Size: 254 Bytes
Versions: 7
Compression:
Stored size: 254 Bytes
Contents
class Foo < Merb::Controller def _template_location(action, type = nil, controller = controller_name) controller == "layout" ? "layout.#{action}.#{type}" : "#{action}.#{type}" end def index "Hello" end def foo render end end
Version data entries
7 entries across 7 versions & 2 rubygems