add activeadmin
This commit is contained in:
@@ -5,3 +5,4 @@
|
||||
#
|
||||
# movies = Movie.create([{ name: "Star Wars" }, { name: "Lord of the Rings" }])
|
||||
# Character.create(name: "Luke", movie: movies.first)
|
||||
User.create!(email: 'admin@example.com', name: 'Admin User', password: 'password', password_confirmation: 'password')
|
||||
Reference in New Issue
Block a user