Fix CSP errors - migrate inline JS to stimulus controllers. Add a URL for applications so users can discover them
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddLandingUrlToApplications < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :applications, :landing_url, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user