Class: VueCrud::FaGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/vue_crud/fa_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_faObject



6
7
8
9
# File 'lib/generators/vue_crud/fa_generator.rb', line 6

def copy_fa
    directory 'stylesheets/fa', 'app/assets/stylesheets/fa'
    directory 'fonts/fa', 'app/assets/fonts/fa'
end