Repository URL to install this package:
|
Version:
1.0.0 ▾
|
module DiscourseAnnotator
class Setting < ActiveRecord::Base
def self.instance
DiscourseAnnotator::Setting.first || DiscourseAnnotator::Setting.create!
end
end
end