refinerycms-calendar 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/db/seeds.rb +2 -2
- metadata +1 -1
data/db/seeds.rb
CHANGED
@@ -8,10 +8,10 @@ if defined?(::Refinery::User)
|
|
8
8
|
end
|
9
9
|
|
10
10
|
|
11
|
-
url = "/calendar/
|
11
|
+
url = "/calendar/events"
|
12
12
|
if defined?(::Refinery::Page) && ::Refinery::Page.where(:link_url => url).empty?
|
13
13
|
page = ::Refinery::Page.create(
|
14
|
-
:title => '
|
14
|
+
:title => 'Events',
|
15
15
|
:link_url => url,
|
16
16
|
:deletable => false,
|
17
17
|
:menu_match => "^#{url}(\/|\/.+?|)$"
|