Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Oct 9, 2023
1 parent 5a7eec4 commit b5023de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions APP_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,12 @@ CODE

route "mount RailsEventStore::Browser => '/res' if Rails.env.development?"

profile.for_existing_app do
run_bundle unless run "bundle check"
end
profile.for_existing_app { run_bundle unless run "bundle check" }

after_bundle do
rails_command "db:create"
generate "rails_event_store_active_record:migration --data-type=#{profile.data_type}"
rails_command "db:migrate"
end

profile.for_existing_app do
run_after_bundle_callbacks
end
profile.for_existing_app { run_after_bundle_callbacks }

0 comments on commit b5023de

Please sign in to comment.