Class: RubyPitaya::Path::Core

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/core/path.rb,
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rubypitaya-3.12.1/lib/rubypitaya/core/path.rb

Constant Summary collapse

APP_FOLDER_PATH =
File.join(__dir__, 'app/')
MIGRATIONS_FOLDER_PATH =
File.join(__dir__, 'app/migrations/')