Merge branch 'latest' of https://git.triton.fet.at/git/fetsite into latest

This commit is contained in:
ruby
2017-05-09 15:13:08 +02:00
7 changed files with 1 additions and 1 deletions

View File

View File

0
Short,
View File

View File

View File

@@ -24,7 +24,7 @@ class Document < ActiveRecord::Base
"document_"+self.id.to_s "document_"+self.id.to_s
end end
def self.ether def self.ether
EtherpadLite.connect('http://www.fet.at/etherpad', File.new('/srv/etherpad/etherpad-lite/APIKEY.txt')) EtherpadLite.connect('http://www.etherpad.fet.at', File.new('config/etherpad/APIKEY.txt'))
end end
def create_pdf def create_pdf
require "open3" require "open3"

0
test1
View File