Template of a custom feed generator service for the Bluesky network in Ruby

added missing sinatra-activerecord config in server

Changed files
+2
app
+2
app/server.rb
··· 6 end 7 8 def run 9 # do any additional config & customization on BlueFactory::Server here 10 # see Sinatra docs for more info: https://sinatrarb.com/intro.html 11 # e.g.:
··· 6 end 7 8 def run 9 + register Sinatra::ActiveRecordExtension 10 + 11 # do any additional config & customization on BlueFactory::Server here 12 # see Sinatra docs for more info: https://sinatrarb.com/intro.html 13 # e.g.: