Sha256: e686597c17516f1dfb24808aa143465e0eff00e8b649c9a137a1d60dd69685d0
Contents?: true
Size: 461 Bytes
Versions: 1
Compression:
Stored size: 461 Bytes
Contents
class Event < Model # Idea: By default the endpoint is considered a local Sqllite store, see db/README.md for more information. # # endpoint nil # uses sqlite, not required # # endpoint "http://example.com" # simple configuration # # # more advanced confiruations delegating to something, in this case the AppDelegate for a current_user # endpoint lambda { # "https://#{app.current_user.name}:pass@example.com" # } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teacup-0.0.1.pre | proposals/other/app/models/event.rb |