mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-25 15:42:57 +00:00
Adds Generators and their dependencies
This commit is contained in:
7
lib/templates/serializers_helper.rb
Normal file
7
lib/templates/serializers_helper.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module SerializersHelper
|
||||
def serializers_map
|
||||
{
|
||||
# TheModel: V1::TheModelSerializer
|
||||
}.freeze
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user