aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
authorTeddy Wing2017-02-03 19:50:40 +0100
committerTeddy Wing2017-02-03 19:50:40 +0100
commit0c4c9d3d1e91529c4bb9b4b410293f3c38756e6a (patch)
tree993636b721c1d196784eb311bf86dd36e16adf50 /app/models
downloadAngular-tutorial-0c4c9d3d1e91529c4bb9b4b410293f3c38756e6a.tar.bz2
Initial commit. Base Rails 5.0.1 project.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/application_record.rb3
-rw-r--r--app/models/concerns/.keep0
2 files changed, 3 insertions, 0 deletions
diff --git a/app/models/application_record.rb b/app/models/application_record.rb
new file mode 100644
index 0000000..10a4cba
--- /dev/null
+++ b/app/models/application_record.rb
@@ -0,0 +1,3 @@
+class ApplicationRecord < ActiveRecord::Base
+ self.abstract_class = true
+end
diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/models/concerns/.keep