Sha256: 0e8569814effb11c8df04b0a8cb155f0c8edc8aed3a16f9ed942b7fae2b97c93
Contents?: true
Size: 349 Bytes
Versions: 22
Compression:
Stored size: 349 Bytes
Contents
module ActionView class ActiveScaffoldResolver < FileSystemResolver # standard resolvers have a base path to views and append a controller subdirectory # activescaffolds view path do not have a subdir, so just remove the prefix def find_templates(name, prefix, partial, details) super(name,'',partial, details) end end end
Version data entries
22 entries across 22 versions & 1 rubygems