lib/para/routes.rb in para-0.7.1 vs lib/para/routes.rb in para-0.7.2
- old
+ new
@@ -16,12 +16,12 @@
get '/' => 'main#index'
get '/search' => 'search#index', as: :search
end
# Components are namespaced into :admin in their respective methods
- crud_component
- form_component
- component :settings
+ crud_component scoped_in_para: true
+ form_component scoped_in_para: true
+ component :settings, scoped_in_para: true
end
block.call if block
end
end