Skip to content
Snippets Groups Projects
Commit c6d49270 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Merge branch 'master' of github.com:noesya/osuny

parents 591d97fc ffb580bf
No related branches found
No related tags found
No related merge requests found
<%= render_action_text_content(content) %>
......@@ -19,6 +19,9 @@ namespace :app do
university.sms_sender_name ||= 'Osuny'
university.save
}
Communication::Website::Post.find_each { |post|
post.update(text: post.old_text)
}
end
namespace :db do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment