removed redundant ribica name from subfolders
This commit is contained in:
5
front-api/controllers/common_for_controllers.rb
Normal file
5
front-api/controllers/common_for_controllers.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
# converts list of parameters to array of integers
|
||||
def mass_to_i(*id_strings)
|
||||
id_strings.map(&:to_i)
|
||||
end
|
||||
Reference in New Issue
Block a user