mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
3
app/models/weapp_settings/advert.rb
Normal file
3
app/models/weapp_settings/advert.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class WeappSettings::Advert < WeappSetting
|
||||
default_scope { order(position: :asc) }
|
||||
end
|
||||
3
app/models/weapp_settings/carousel.rb
Normal file
3
app/models/weapp_settings/carousel.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class WeappSettings::Carousel < WeappSetting
|
||||
default_scope { order(position: :asc) }
|
||||
end
|
||||
Reference in New Issue
Block a user