This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/models/home.rb

11 lines
132 B
Ruby

class Home < Page
private
# Remove the validation for parent_id
def validates_presence_of_parent_id?
false
end
end