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.
2011-04-13 10:19:51 +00:00
|
|
|
class Home < Page
|
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
# Remove the validation for parent_id
|
|
|
|
def validates_presence_of_parent_id?
|
|
|
|
false
|
|
|
|
end
|
2011-01-31 02:57:41 +00:00
|
|
|
|
2011-04-13 10:19:51 +00:00
|
|
|
end
|