class Generators::RopenPi::InstallGenerator

Public Instance Methods

add_open_api_helper() click to toggle source
# File lib/generators/ropen_pi/install_generator.rb, line 7
def add_open_api_helper
  template('ropen_pi_helper.rb', 'spec/ropen_pi_helper.rb')
end