Routing Error

Rails.root: /var/www/vhosts/ridleyproperties.com

Application Trace | Framework Trace | Full Trace
app/controllers/news_controller.rb:13:in `show'

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
sidekiq_web_path /sidekiq Sidekiq::Web
ckeditor_path /ckeditor Ckeditor::Engine
new_employee_session_path GET /ripro/login(.:format) devise/sessions#new
employee_session_path POST /ripro/login(.:format) devise/sessions#create
destroy_employee_session_path DELETE /ripro/logout(.:format) devise/sessions#destroy
employee_password_path POST /ripro/password(.:format) devise/passwords#create
new_employee_password_path GET /ripro/password/new(.:format) devise/passwords#new
edit_employee_password_path GET /ripro/password/edit(.:format) devise/passwords#edit
PATCH /ripro/password(.:format) devise/passwords#update
PUT /ripro/password(.:format) devise/passwords#update
root_path GET / public#home
faqs_path GET /faqs(.:format) public#faqs
contacts_path GET /contacts(.:format) public#contacts
privacy_path GET /privacy(.:format) public#privacy
terms_path GET /terms(.:format) public#terms
sitemap_path GET /sitemap(.:format) public#sitemap
register_path GET /register(.:format) authentication#register
POST /register(.:format) authentication#register
login_path GET /login(.:format) authentication#login
POST /login(.:format) authentication#login
feed_path GET /feed(.:format) properties#get_feed
form_path GET /form(.:format) layout#form
logout_path GET /logout(.:format) authentication#logout
confirm_guarantor_path GET /confirm_guarantor/:guarantor_hash(.:format) public#confirm_guarantor
submit_guarantor_path PATCH /confirm_guarantor/:guarantor_hash(.:format) public#submit_guarantor
account_root_path GET /account(.:format) redirect(301, /account/dashboard)
account_dashboard_path GET /account/dashboard(.:format) account/dashboard#index
account_edit_path GET /account/edit(.:format) account/user#edit
POST /account/edit(.:format) account/user#edit
PATCH /account/edit(.:format) account/user#edit
account_password_path GET /account/password(.:format) account/user#password
POST /account/password(.:format) account/user#password
PATCH /account/password(.:format) account/user#password
account_tenancy_tenants_path GET /account/tenancies/:tenancy_id/tenants(.:format) account/tenants#index
POST /account/tenancies/:tenancy_id/tenants(.:format) account/tenants#create
new_account_tenancy_tenant_path GET /account/tenancies/:tenancy_id/tenants/new(.:format) account/tenants#new
edit_account_tenancy_tenant_path GET /account/tenancies/:tenancy_id/tenants/:id/edit(.:format) account/tenants#edit
account_tenancy_tenant_path GET /account/tenancies/:tenancy_id/tenants/:id(.:format) account/tenants#show
PATCH /account/tenancies/:tenancy_id/tenants/:id(.:format) account/tenants#update
PUT /account/tenancies/:tenancy_id/tenants/:id(.:format) account/tenants#update
DELETE /account/tenancies/:tenancy_id/tenants/:id(.:format) account/tenants#destroy
account_tenancies_path GET /account/tenancies(.:format) account/tenancies#index
POST /account/tenancies(.:format) account/tenancies#create
new_account_tenancy_path GET /account/tenancies/new(.:format) account/tenancies#new
edit_account_tenancy_path GET /account/tenancies/:id/edit(.:format) account/tenancies#edit
account_tenancy_path GET /account/tenancies/:id(.:format) account/tenancies#show
PATCH /account/tenancies/:id(.:format) account/tenancies#update
PUT /account/tenancies/:id(.:format) account/tenancies#update
DELETE /account/tenancies/:id(.:format) account/tenancies#destroy
ripro_root_path GET /ripro(.:format) redirect(301, /ripro/notifications)
ripro_feed_path GET /ripro/feed(.:format) ripro/properties#generate_feed
ripro_help_path GET /ripro/help(.:format) ripro/static#help
ripro_contacts_path GET /ripro/contacts(.:format) ripro/static#contacts
ripro_contractors_path GET /ripro/contractors(.:format) ripro/contractors#index
POST /ripro/contractors(.:format) ripro/contractors#create
new_ripro_contractor_path GET /ripro/contractors/new(.:format) ripro/contractors#new
edit_ripro_contractor_path GET /ripro/contractors/:id/edit(.:format) ripro/contractors#edit
ripro_contractor_path GET /ripro/contractors/:id(.:format) ripro/contractors#show
PATCH /ripro/contractors/:id(.:format) ripro/contractors#update
PUT /ripro/contractors/:id(.:format) ripro/contractors#update
DELETE /ripro/contractors/:id(.:format) ripro/contractors#destroy
ripro_users_path GET /ripro/users(.:format) ripro/users#index
POST /ripro/users(.:format) ripro/users#create
new_ripro_user_path GET /ripro/users/new(.:format) ripro/users#new
edit_ripro_user_path GET /ripro/users/:id/edit(.:format) ripro/users#edit
ripro_user_path GET /ripro/users/:id(.:format) ripro/users#show
PATCH /ripro/users/:id(.:format) ripro/users#update
PUT /ripro/users/:id(.:format) ripro/users#update
DELETE /ripro/users/:id(.:format) ripro/users#destroy
ripro_notifications_path GET /ripro/notifications(.:format) ripro/notifications#index
POST /ripro/notifications(.:format) ripro/notifications#create
new_ripro_notification_path GET /ripro/notifications/new(.:format) ripro/notifications#new
edit_ripro_notification_path GET /ripro/notifications/:id/edit(.:format) ripro/notifications#edit
ripro_notification_path GET /ripro/notifications/:id(.:format) ripro/notifications#show
PATCH /ripro/notifications/:id(.:format) ripro/notifications#update
PUT /ripro/notifications/:id(.:format) ripro/notifications#update
DELETE /ripro/notifications/:id(.:format) ripro/notifications#destroy
ripro_agents_path GET /ripro/agents(.:format) ripro/agents#index
POST /ripro/agents(.:format) ripro/agents#create
new_ripro_agent_path GET /ripro/agents/new(.:format) ripro/agents#new
edit_ripro_agent_path GET /ripro/agents/:id/edit(.:format) ripro/agents#edit
ripro_agent_path GET /ripro/agents/:id(.:format) ripro/agents#show
PATCH /ripro/agents/:id(.:format) ripro/agents#update
PUT /ripro/agents/:id(.:format) ripro/agents#update
DELETE /ripro/agents/:id(.:format) ripro/agents#destroy
ripro_enquiries_path GET /ripro/enquiries(.:format) ripro/enquiries#index
POST /ripro/enquiries(.:format) ripro/enquiries#create
new_ripro_enquiry_path GET /ripro/enquiries/new(.:format) ripro/enquiries#new
edit_ripro_enquiry_path GET /ripro/enquiries/:id/edit(.:format) ripro/enquiries#edit
ripro_enquiry_path GET /ripro/enquiries/:id(.:format) ripro/enquiries#show
PATCH /ripro/enquiries/:id(.:format) ripro/enquiries#update
PUT /ripro/enquiries/:id(.:format) ripro/enquiries#update
DELETE /ripro/enquiries/:id(.:format) ripro/enquiries#destroy
ripro_jobs_path GET /ripro/jobs(.:format) ripro/jobs#index
POST /ripro/jobs(.:format) ripro/jobs#create
new_ripro_job_path GET /ripro/jobs/new(.:format) ripro/jobs#new
edit_ripro_job_path GET /ripro/jobs/:id/edit(.:format) ripro/jobs#edit
ripro_job_path GET /ripro/jobs/:id(.:format) ripro/jobs#show
PATCH /ripro/jobs/:id(.:format) ripro/jobs#update
PUT /ripro/jobs/:id(.:format) ripro/jobs#update
DELETE /ripro/jobs/:id(.:format) ripro/jobs#destroy
ripro_transactions_path GET /ripro/transactions(.:format) ripro/transactions#index
POST /ripro/transactions(.:format) ripro/transactions#create
new_ripro_transaction_path GET /ripro/transactions/new(.:format) ripro/transactions#new
edit_ripro_transaction_path GET /ripro/transactions/:id/edit(.:format) ripro/transactions#edit
ripro_transaction_path GET /ripro/transactions/:id(.:format) ripro/transactions#show
PATCH /ripro/transactions/:id(.:format) ripro/transactions#update
PUT /ripro/transactions/:id(.:format) ripro/transactions#update
DELETE /ripro/transactions/:id(.:format) ripro/transactions#destroy
ripro_bankings_path GET /ripro/bankings(.:format) ripro/bankings#index
POST /ripro/bankings(.:format) ripro/bankings#create
new_ripro_banking_path GET /ripro/bankings/new(.:format) ripro/bankings#new
edit_ripro_banking_path GET /ripro/bankings/:id/edit(.:format) ripro/bankings#edit
ripro_banking_path GET /ripro/bankings/:id(.:format) ripro/bankings#show
PATCH /ripro/bankings/:id(.:format) ripro/bankings#update
PUT /ripro/bankings/:id(.:format) ripro/bankings#update
DELETE /ripro/bankings/:id(.:format) ripro/bankings#destroy
new_tenant_ripro_tenancy_path GET /ripro/tenancies/:id/new_tenant/:user_id(.:format) ripro/tenancies#new_tenant
view_tenants_ripro_tenancy_path GET /ripro/tenancies/:id/view_tenants(.:format) ripro/tenancies#view_tenants
generate_ripro_tenancy_path GET /ripro/tenancies/:id/generate(.:format) ripro/tenancies#generate
finalise_ripro_tenancy_path GET /ripro/tenancies/:id/finalise(.:format) ripro/tenancies#finalise
POST /ripro/tenancies/:id/finalise(.:format) ripro/tenancies#finalise
unfinalise_ripro_tenancy_path DELETE /ripro/tenancies/:id/unfinalise(.:format) ripro/tenancies#unfinalise
send_bulk_email_ripro_tenancies_path GET /ripro/tenancies/send_bulk_email/:email_template_id(.:format) ripro/tenancies#send_bulk_email
deliver_bulk_email_ripro_tenancies_path POST /ripro/tenancies/send_bulk_email/:email_template_id(.:format) ripro/tenancies#deliver_bulk_email
send_bulk_tenancy_email_ripro_tenancies_path GET /ripro/tenancies/send_bulk_tenancy_email/:email_template_id(.:format) ripro/tenancies#send_bulk_tenancy_email
deliver_bulk_tenancy_email_ripro_tenancies_path POST /ripro/tenancies/send_bulk_tenancy_email/:email_template_id(.:format) ripro/tenancies#deliver_bulk_tenancy_email
delete_tenant_ripro_tenancy_path DELETE /ripro/tenancies/:id/delete_tenant/:tenant_id(.:format) ripro/tenancies#delete_tenant
sign_ripro_tenancy_path GET /ripro/tenancies/:id/sign/:tenant_id(.:format) ripro/tenancies#sign
create_ripro_tenancy_tenant_path GET /ripro/tenancies/:tenancy_id/tenants/:id/create(.:format) ripro/tenants#create
ripro_tenancy_tenants_path GET /ripro/tenancies/:tenancy_id/tenants(.:format) ripro/tenants#index
POST /ripro/tenancies/:tenancy_id/tenants(.:format) ripro/tenants#create
new_ripro_tenancy_tenant_path GET /ripro/tenancies/:tenancy_id/tenants/new(.:format) ripro/tenants#new
edit_ripro_tenancy_tenant_path GET /ripro/tenancies/:tenancy_id/tenants/:id/edit(.:format) ripro/tenants#edit
ripro_tenancy_tenant_path GET /ripro/tenancies/:tenancy_id/tenants/:id(.:format) ripro/tenants#show
PATCH /ripro/tenancies/:tenancy_id/tenants/:id(.:format) ripro/tenants#update
PUT /ripro/tenancies/:tenancy_id/tenants/:id(.:format) ripro/tenants#update
DELETE /ripro/tenancies/:tenancy_id/tenants/:id(.:format) ripro/tenants#destroy
ripro_tenancy_tenancy_documents_path GET /ripro/tenancies/:tenancy_id/tenancy_documents(.:format) ripro/tenancy_documents#index
POST /ripro/tenancies/:tenancy_id/tenancy_documents(.:format) ripro/tenancy_documents#create
new_ripro_tenancy_tenancy_document_path GET /ripro/tenancies/:tenancy_id/tenancy_documents/new(.:format) ripro/tenancy_documents#new
edit_ripro_tenancy_tenancy_document_path GET /ripro/tenancies/:tenancy_id/tenancy_documents/:id/edit(.:format) ripro/tenancy_documents#edit
ripro_tenancy_tenancy_document_path GET /ripro/tenancies/:tenancy_id/tenancy_documents/:id(.:format) ripro/tenancy_documents#show
PATCH /ripro/tenancies/:tenancy_id/tenancy_documents/:id(.:format) ripro/tenancy_documents#update
PUT /ripro/tenancies/:tenancy_id/tenancy_documents/:id(.:format) ripro/tenancy_documents#update
DELETE /ripro/tenancies/:tenancy_id/tenancy_documents/:id(.:format) ripro/tenancy_documents#destroy
ripro_tenancies_path GET /ripro/tenancies(.:format) ripro/tenancies#index
POST /ripro/tenancies(.:format) ripro/tenancies#create
new_ripro_tenancy_path GET /ripro/tenancies/new(.:format) ripro/tenancies#new
edit_ripro_tenancy_path GET /ripro/tenancies/:id/edit(.:format) ripro/tenancies#edit
ripro_tenancy_path GET /ripro/tenancies/:id(.:format) ripro/tenancies#show
PATCH /ripro/tenancies/:id(.:format) ripro/tenancies#update
PUT /ripro/tenancies/:id(.:format) ripro/tenancies#update
DELETE /ripro/tenancies/:id(.:format) ripro/tenancies#destroy
password_ripro_employee_path GET /ripro/employees/:id/password(.:format) ripro/employees#password
update_password_ripro_employee_path PUT /ripro/employees/:id/update_password(.:format) ripro/employees#update_password
ripro_employees_path GET /ripro/employees(.:format) ripro/employees#index
POST /ripro/employees(.:format) ripro/employees#create
new_ripro_employee_path GET /ripro/employees/new(.:format) ripro/employees#new
edit_ripro_employee_path GET /ripro/employees/:id/edit(.:format) ripro/employees#edit
ripro_employee_path GET /ripro/employees/:id(.:format) ripro/employees#show
PATCH /ripro/employees/:id(.:format) ripro/employees#update
PUT /ripro/employees/:id(.:format) ripro/employees#update
DELETE /ripro/employees/:id(.:format) ripro/employees#destroy
tax_ripro_landlord_path GET /ripro/landlords/:id/tax(.:format) ripro/landlords#tax
update_tax_ripro_landlord_path PATCH /ripro/landlords/:id/update_tax(.:format) ripro/landlords#update_tax
package_ripro_landlord_path GET /ripro/landlords/:id/package(.:format) ripro/landlords#package
update_package_ripro_landlord_path PATCH /ripro/landlords/:id/update_package(.:format) ripro/landlords#update_package
create_note_ripro_landlord_path PUT /ripro/landlords/:id/create_note(.:format) ripro/landlords#create_note
POST /ripro/landlords/:id/create_note(.:format) ripro/landlords#create_note
delete_note_ripro_landlord_path DELETE /ripro/landlords/:id/delete_note/:note_id(.:format) ripro/landlords#delete_note
ripro_landlords_path GET /ripro/landlords(.:format) ripro/landlords#index
POST /ripro/landlords(.:format) ripro/landlords#create
new_ripro_landlord_path GET /ripro/landlords/new(.:format) ripro/landlords#new
edit_ripro_landlord_path GET /ripro/landlords/:id/edit(.:format) ripro/landlords#edit
ripro_landlord_path GET /ripro/landlords/:id(.:format) ripro/landlords#show
PATCH /ripro/landlords/:id(.:format) ripro/landlords#update
PUT /ripro/landlords/:id(.:format) ripro/landlords#update
DELETE /ripro/landlords/:id(.:format) ripro/landlords#destroy
ripro_property_photographs_path GET /ripro/properties/:property_id/photographs(.:format) ripro/photographs#index
POST /ripro/properties/:property_id/photographs(.:format) ripro/photographs#create
new_ripro_property_photograph_path GET /ripro/properties/:property_id/photographs/new(.:format) ripro/photographs#new
edit_ripro_property_photograph_path GET /ripro/properties/:property_id/photographs/:id/edit(.:format) ripro/photographs#edit
ripro_property_photograph_path GET /ripro/properties/:property_id/photographs/:id(.:format) ripro/photographs#show
PATCH /ripro/properties/:property_id/photographs/:id(.:format) ripro/photographs#update
PUT /ripro/properties/:property_id/photographs/:id(.:format) ripro/photographs#update
DELETE /ripro/properties/:property_id/photographs/:id(.:format) ripro/photographs#destroy
ripro_property_owners_path GET /ripro/properties/:property_id/owners(.:format) ripro/owners#index
POST /ripro/properties/:property_id/owners(.:format) ripro/owners#create
new_ripro_property_owner_path GET /ripro/properties/:property_id/owners/new(.:format) ripro/owners#new
edit_ripro_property_owner_path GET /ripro/properties/:property_id/owners/:id/edit(.:format) ripro/owners#edit
ripro_property_owner_path GET /ripro/properties/:property_id/owners/:id(.:format) ripro/owners#show
PATCH /ripro/properties/:property_id/owners/:id(.:format) ripro/owners#update
PUT /ripro/properties/:property_id/owners/:id(.:format) ripro/owners#update
DELETE /ripro/properties/:property_id/owners/:id(.:format) ripro/owners#destroy
ripro_property_documents_path GET /ripro/properties/:property_id/documents(.:format) ripro/documents#index
POST /ripro/properties/:property_id/documents(.:format) ripro/documents#create
new_ripro_property_document_path GET /ripro/properties/:property_id/documents/new(.:format) ripro/documents#new
edit_ripro_property_document_path GET /ripro/properties/:property_id/documents/:id/edit(.:format) ripro/documents#edit
ripro_property_document_path GET /ripro/properties/:property_id/documents/:id(.:format) ripro/documents#show
PATCH /ripro/properties/:property_id/documents/:id(.:format) ripro/documents#update
PUT /ripro/properties/:property_id/documents/:id(.:format) ripro/documents#update
DELETE /ripro/properties/:property_id/documents/:id(.:format) ripro/documents#destroy
utilities_ripro_property_path GET /ripro/properties/:id/utilities(.:format) ripro/properties#utilities
update_utilities_ripro_property_path PATCH /ripro/properties/:id/update_utilities(.:format) ripro/properties#update_utilities
create_note_ripro_property_path PUT /ripro/properties/:id/create_note(.:format) ripro/properties#create_note
POST /ripro/properties/:id/create_note(.:format) ripro/properties#create_note
delete_note_ripro_property_path DELETE /ripro/properties/:id/delete_note/:note_id(.:format) ripro/properties#delete_note
ripro_properties_path GET /ripro/properties(.:format) ripro/properties#index
POST /ripro/properties(.:format) ripro/properties#create
new_ripro_property_path GET /ripro/properties/new(.:format) ripro/properties#new
edit_ripro_property_path GET /ripro/properties/:id/edit(.:format) ripro/properties#edit
ripro_property_path GET /ripro/properties/:id(.:format) ripro/properties#show
PATCH /ripro/properties/:id(.:format) ripro/properties#update
PUT /ripro/properties/:id(.:format) ripro/properties#update
DELETE /ripro/properties/:id(.:format) ripro/properties#destroy
ripro_banking_root_path GET /ripro/banking(.:format) redirect(301, /ripro/banking/tenant_payments)
reconcile_ripro_banking_tenant_payments_path GET /ripro/banking/tenant_payments/reconcile(.:format) ripro/banking/tenant_payments#reconcile
mark_as_paid_ripro_banking_tenant_payment_path GET /ripro/banking/tenant_payments/:id/mark_as_paid(.:format) ripro/banking/tenant_payments#mark_as_paid
ripro_banking_tenant_payment_receipts_path GET /ripro/banking/tenant_payments/:tenant_payment_id/receipts(.:format) ripro/banking/receipts#index
POST /ripro/banking/tenant_payments/:tenant_payment_id/receipts(.:format) ripro/banking/receipts#create
new_ripro_banking_tenant_payment_receipt_path GET /ripro/banking/tenant_payments/:tenant_payment_id/receipts/new(.:format) ripro/banking/receipts#new
edit_ripro_banking_tenant_payment_receipt_path GET /ripro/banking/tenant_payments/:tenant_payment_id/receipts/:id/edit(.:format) ripro/banking/receipts#edit
ripro_banking_tenant_payment_receipt_path GET /ripro/banking/tenant_payments/:tenant_payment_id/receipts/:id(.:format) ripro/banking/receipts#show
PATCH /ripro/banking/tenant_payments/:tenant_payment_id/receipts/:id(.:format) ripro/banking/receipts#update
PUT /ripro/banking/tenant_payments/:tenant_payment_id/receipts/:id(.:format) ripro/banking/receipts#update
DELETE /ripro/banking/tenant_payments/:tenant_payment_id/receipts/:id(.:format) ripro/banking/receipts#destroy
ripro_banking_tenant_payments_path GET /ripro/banking/tenant_payments(.:format) ripro/banking/tenant_payments#index
POST /ripro/banking/tenant_payments(.:format) ripro/banking/tenant_payments#create
new_ripro_banking_tenant_payment_path GET /ripro/banking/tenant_payments/new(.:format) ripro/banking/tenant_payments#new
edit_ripro_banking_tenant_payment_path GET /ripro/banking/tenant_payments/:id/edit(.:format) ripro/banking/tenant_payments#edit
ripro_banking_tenant_payment_path GET /ripro/banking/tenant_payments/:id(.:format) ripro/banking/tenant_payments#show
PATCH /ripro/banking/tenant_payments/:id(.:format) ripro/banking/tenant_payments#update
PUT /ripro/banking/tenant_payments/:id(.:format) ripro/banking/tenant_payments#update
DELETE /ripro/banking/tenant_payments/:id(.:format) ripro/banking/tenant_payments#destroy
ripro_account_path GET /ripro/account(.:format) ripro/employees#account
ripro_update_account_path PUT /ripro/update_account(.:format) ripro/employees#update_account
ripro_account_password_path GET /ripro/account_password(.:format) ripro/employees#account_password
ripro_update_account_password_path PUT /ripro/update_account_password(.:format) ripro/employees#update_account_password
ripro_settings_path GET /ripro/settings(.:format) ripro/settings#index
ripro_property_types_path GET /ripro/settings/property_types(.:format) ripro/property_types#index
POST /ripro/settings/property_types(.:format) ripro/property_types#create
new_ripro_property_type_path GET /ripro/settings/property_types/new(.:format) ripro/property_types#new
edit_ripro_property_type_path GET /ripro/settings/property_types/:id/edit(.:format) ripro/property_types#edit
ripro_property_type_path GET /ripro/settings/property_types/:id(.:format) ripro/property_types#show
PATCH /ripro/settings/property_types/:id(.:format) ripro/property_types#update
PUT /ripro/settings/property_types/:id(.:format) ripro/property_types#update
DELETE /ripro/settings/property_types/:id(.:format) ripro/property_types#destroy
ripro_areas_path GET /ripro/settings/areas(.:format) ripro/areas#index
POST /ripro/settings/areas(.:format) ripro/areas#create
new_ripro_area_path GET /ripro/settings/areas/new(.:format) ripro/areas#new
edit_ripro_area_path GET /ripro/settings/areas/:id/edit(.:format) ripro/areas#edit
ripro_area_path GET /ripro/settings/areas/:id(.:format) ripro/areas#show
PATCH /ripro/settings/areas/:id(.:format) ripro/areas#update
PUT /ripro/settings/areas/:id(.:format) ripro/areas#update
DELETE /ripro/settings/areas/:id(.:format) ripro/areas#destroy
ripro_email_templates_path GET /ripro/settings/email_templates(.:format) ripro/email_templates#index
POST /ripro/settings/email_templates(.:format) ripro/email_templates#create
new_ripro_email_template_path GET /ripro/settings/email_templates/new(.:format) ripro/email_templates#new
edit_ripro_email_template_path GET /ripro/settings/email_templates/:id/edit(.:format) ripro/email_templates#edit
ripro_email_template_path GET /ripro/settings/email_templates/:id(.:format) ripro/email_templates#show
PATCH /ripro/settings/email_templates/:id(.:format) ripro/email_templates#update
PUT /ripro/settings/email_templates/:id(.:format) ripro/email_templates#update
DELETE /ripro/settings/email_templates/:id(.:format) ripro/email_templates#destroy
ripro_faqs_path GET /ripro/faqs(.:format) ripro/faqs#index
POST /ripro/faqs(.:format) ripro/faqs#create
new_ripro_faq_path GET /ripro/faqs/new(.:format) ripro/faqs#new
edit_ripro_faq_path GET /ripro/faqs/:id/edit(.:format) ripro/faqs#edit
ripro_faq_path GET /ripro/faqs/:id(.:format) ripro/faqs#show
PATCH /ripro/faqs/:id(.:format) ripro/faqs#update
PUT /ripro/faqs/:id(.:format) ripro/faqs#update
DELETE /ripro/faqs/:id(.:format) ripro/faqs#destroy
ripro_articles_path GET /ripro/articles(.:format) ripro/articles#index
POST /ripro/articles(.:format) ripro/articles#create
new_ripro_article_path GET /ripro/articles/new(.:format) ripro/articles#new
edit_ripro_article_path GET /ripro/articles/:id/edit(.:format) ripro/articles#edit
ripro_article_path GET /ripro/articles/:id(.:format) ripro/articles#show
PATCH /ripro/articles/:id(.:format) ripro/articles#update
PUT /ripro/articles/:id(.:format) ripro/articles#update
DELETE /ripro/articles/:id(.:format) ripro/articles#destroy
ripro_pages_path GET /ripro/pages(.:format) ripro/pages#index
POST /ripro/pages(.:format) ripro/pages#create
new_ripro_page_path GET /ripro/pages/new(.:format) ripro/pages#new
edit_ripro_page_path GET /ripro/pages/:id/edit(.:format) ripro/pages#edit
ripro_page_path GET /ripro/pages/:id(.:format) ripro/pages#show
PATCH /ripro/pages/:id(.:format) ripro/pages#update
PUT /ripro/pages/:id(.:format) ripro/pages#update
DELETE /ripro/pages/:id(.:format) ripro/pages#destroy
all_properties_path GET /properties/all(.:format) properties#all
area_properties_path GET /properties/area/:area_id(.:format) properties#search_by_area
proximity_properties_path GET /properties/proximity/:area_id(.:format) properties#search_by_proximity
similar_properties_path GET /properties/similar(.:format) properties#search_similar
properties_path GET /properties(.:format) properties#index
POST /properties(.:format) properties#create
new_property_path GET /properties/new(.:format) properties#new
edit_property_path GET /properties/:id/edit(.:format) properties#edit
property_path GET /properties/:id(.:format) properties#show
PATCH /properties/:id(.:format) properties#update
PUT /properties/:id(.:format) properties#update
DELETE /properties/:id(.:format) properties#destroy
news_index_path GET /news(.:format) news#index
POST /news(.:format) news#create
new_news_path GET /news/new(.:format) news#new
edit_news_path GET /news/:id/edit(.:format) news#edit
news_path GET /news/:id(.:format) news#show
PATCH /news/:id(.:format) news#update
PUT /news/:id(.:format) news#update
DELETE /news/:id(.:format) news#destroy
Routes for Ckeditor::Engine
pictures_path GET /pictures(.:format) ckeditor/pictures#index
POST /pictures(.:format) ckeditor/pictures#create
picture_path DELETE /pictures/:id(.:format) ckeditor/pictures#destroy
attachment_files_path GET /attachment_files(.:format) ckeditor/attachment_files#index
POST /attachment_files(.:format) ckeditor/attachment_files#create
attachment_file_path DELETE /attachment_files/:id(.:format) ckeditor/attachment_files#destroy