Sha256: 271b87954a0083253cb89f80d35e95003cbbbd7ae85ce66f6091d15f1cf86862
Contents?: true
Size: 405 Bytes
Versions: 58
Compression:
Stored size: 405 Bytes
Contents
module Para class FiltersGenerator < Para::Generators::NamedBase include Para::SearchHelper include Para::Admin::BaseHelper include Para::Generators::FieldHelpers source_root File.expand_path("../templates", __FILE__) def generate_form template( "_filters.html.haml", "app/views/admin/#{ plural_namespaced_path }/_filters.html.haml" ) end end end
Version data entries
58 entries across 58 versions & 1 rubygems