Files
growstuff/app/controllers/pages_controller.rb
2016-06-20 10:46:40 -04:00

7 lines
216 B
Ruby

class PagesController < ApplicationController
def letsencrypt
# use your code here, not mine
render text: "B4-cHp8zD8RDI8ihZYvqzb2mV6RPSmrQ-clntqc-5Is.dlIPqFhMDCLyQEccczY3roHZ1UWu6UqVeyb9mkRxheU"
end
end