app/controllers/admin/readers_controller.rb in radiant-reader-extension-1.2.3 vs app/controllers/admin/readers_controller.rb in radiant-reader-extension-1.2.4
- old
+ new
@@ -10,10 +10,10 @@
def create
model.update_attributes!(params[:reader])
model.clear_password = params[:reader][:password] if params[:reader] && params[:reader][:password] # condition is so that radiant tests pass
model.send_invitation_message
- announce_saved
+ flash[:notice] = t('reader_saved')
response_for :create
end
private
\ No newline at end of file