Sha256: 87d145d8bcdbadadeecb30da03f76d0bb84c2abcd07eeb27ad4a3ff6a0988584
Contents?: true
Size: 433 Bytes
Versions: 2
Compression:
Stored size: 433 Bytes
Contents
# frozen_string_literal: true # Rails HTML Sanitizer is responsible for sanitizing HTML fragments in Rails applications, i.e. in the sanitize, sanitize_css, strip_tags and strip_links methods. require 'pry' self.local_template_path = local_template_base(__FILE__) gac 'base rails 7 image created' add_controller('home', 'index') route("root 'home#index'") force_copy copy_file 'index.html.erb', 'app/views/home/index.html.erb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_app_generator-0.1.10 | after_templates/addons/rails_html_sanitizer.rb |
rails_app_generator-0.1.9 | after_templates/addons/rails_html_sanitizer.rb |