Class: Documentation::EditorsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/satis/documentation/editors_controller.rb

Defined Under Namespace

Classes: Document

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
# File 'app/controllers/satis/documentation/editors_controller.rb', line 8

def index
  @document = Document.new(code: "<html>\n<head>\n<title>Test</title>\n</head>\n<body>\n Test\n</body>\n</html>\n")
end