Add settings model (#54)
* Adds a basic settings model * Added more settings methods; Hooked up initial settings runner to app boot * Update onboarding flow to use settings model instead of session data
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
defmodule Pinchflat.Profiles.MediaProfile do
|
||||
@moduledoc """
|
||||
A media profile is a set of settings that can be applied to many media sources
|
||||
A media profile is a set of configuration options that can be applied to many media sources
|
||||
"""
|
||||
|
||||
use Ecto.Schema
|
||||
|
||||
Reference in New Issue
Block a user