Method: DeviseUserGenerator::Helper#remove_inheritance
- Defined in:
- lib/generators/devise/users/helper.rb
#remove_inheritance(user) ⇒ Object
24 25 26 |
# File 'lib/generators/devise/users/helper.rb', line 24 def remove_inheritance user File.remove_content_from model_file_name(user.as_filename), :where => /<\s*ActiveRecord::Base/ end |