Sha256: 3df4b4d88243e06af448155e57cffe24e0cb32f7b91675ed3798fced70e0b41e
Contents?: true
Size: 228 Bytes
Versions: 19
Compression:
Stored size: 228 Bytes
Contents
class Custom < Application def string "String" end def template render end private def _template_location(context, type = nil, controller = controller_name) "wonderful/#{context}" end end
Version data entries
19 entries across 13 versions & 3 rubygems