mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Generate a basic gem
This commit is contained in:
5
lib/active_model_serializers.rb
Normal file
5
lib/active_model_serializers.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
require "active_model_serializers/version"
|
||||
|
||||
module ActiveModelSerializers
|
||||
# Your code goes here...
|
||||
end
|
||||
3
lib/active_model_serializers/version.rb
Normal file
3
lib/active_model_serializers/version.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
module ActiveModelSerializers
|
||||
VERSION = "0.0.1"
|
||||
end
|
||||
Reference in New Issue
Block a user