Method: AppchatGenerator#install_tailwind
- Defined in:
- lib/generators/appchat/appchat_generator.rb
#install_tailwind ⇒ Object
28 29 30 |
# File 'lib/generators/appchat/appchat_generator.rb', line 28 def install_tailwind run 'rails tailwindcss:install' end |