Skip to content

Commit

Permalink
Restored create app action
Browse files Browse the repository at this point in the history
  • Loading branch information
raphox committed Nov 16, 2023
1 parent de1c965 commit a6808c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
next_rails_scaffold (0.1.6)
next_rails_scaffold (0.1.7)
rails (~> 7.1.2)

GEM
Expand Down
1 change: 1 addition & 0 deletions lib/generators/rails/next_rails/next_rails_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def create_frontend_project
empty_directory "frontend"

inside("frontend") do
create_next_app!
install_hygen!

run("npx hygen generate scaffold #{name} #{mapped_attributes.join(" ")}")
Expand Down
2 changes: 1 addition & 1 deletion lib/next_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NextRails
VERSION = "0.1.6"
VERSION = "0.1.7"
end

0 comments on commit a6808c5

Please sign in to comment.