Skip to content

Commit

Permalink
Dont use nice_partials much, but administrate a lot
Browse files Browse the repository at this point in the history
  • Loading branch information
la-ruby committed Jul 4, 2023
1 parent 49371dd commit b83d090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions create-rails-app
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ flatpickr() {
}


nice_partials() {
administrate() {
pushd /tmp/created-rails-app
bundle add nice_partials &>/dev/null
commit "Installed nice_partials"
bundle add administrate &>/dev/null
commit "Installed administrate"
popd
}

Expand Down Expand Up @@ -533,7 +533,7 @@ main() {
bootstrap_icons
fontawesome
flatpickr
nice_partials
administrate
kaminari
flash
stylesheets
Expand Down

0 comments on commit b83d090

Please sign in to comment.