decidim-pages/app/models/decidim/pages/page.rb in decidim-0.1.0 vs decidim-pages/app/models/decidim/pages/page.rb in decidim-0.2.0
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
module Decidim
module Pages
# The data store for a Page in the Decidim::Pages component. It stores a
# title, description and any other useful information to render a custom page.
class Page < Pages::ApplicationRecord