Sha256: ad2c99406c36999449f44e8be7df537adba42a9fd20204d4edc388f5de2536b8
Contents?: true
Size: 838 Bytes
Versions: 9
Compression:
Stored size: 838 Bytes
Contents
class Settings < RailsSettings::CachedSettings defaults[:project_name] = "Dummy" defaults[:limit] = 150 defaults[:style] = { border_color: 'e0e0e0', block_color: 'ffffff', title: { font: "Tahoma", size: "12", color: '107821' } } defaults[:check_something] = true defaults[:description] = "But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful." defaults[:mode] = [:auto, :manual] end
Version data entries
9 entries across 9 versions & 1 rubygems